Html Css Color HEX #F7D314 Turbo

📋 copy color: '#F7D314'

red 247 ◦ green 211 ◦ blue 20

#F7D314
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Turbo #F7D314

Tints of Turbo #F7D314

RGB

 RED value IS 247 (96.88% from 255) = 51.67%

 GREEN value IS 211 (82.81% from 255) = 44.14%

 BLUE value IS 20 (8.2% from 255) = 4.18%

R = 51.67%
G = 44.14%
B = 4.18%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.92

 K value IS 0.03

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#F7D314 (or 0xF7D314) is known color: Turbo. HEX triplet: F7, D3 and 14. RGB value is (247,211,20). Sum of RGB (Red+Green+Blue) = 247+211+20=478 (63% of max value = 765). Red value is 247 (96.88% from 255 or 51.67% from 478); Green value is 211 (82.81% from 255 or 44.14% from 478); Blue value is 20 (8.20% from 255 or 4.18% from 478); Max value from RGB is 247 - color contains mainly: red. Hex color #F7D314 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F7D314 is #082CEB. Grayscale: #C8C8C8. Windows color (decimal): -535788 or 1364983. OLE color: 1364983.

HSL color Cylindrical-coordinate representation of color #F7D314: hue angle of 50.48º degrees, saturation: 0.93, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #F7D314 is Cyan = 0, Magento = 0.15, Yellow = 0.92 and Black (K on CMYK) = 0.03.

Color convert

RGB 247 211 20 -
CMYK 0 0.15 0.92 0.03
HSL 50.48º 0.93% 0.52% -
HSV(B) 50.48º 0.92% 0.97% -
XYZ 61.78 66.41 10.22 -
YUV 199.99 26.43 161.53 -
System Red Green Blue C M Y K H S L
Decimal 247 211 20 0 0.15 0.92 0.03 50.48 0.93 0.52
Hex F7 D3 14 0 F 5C 3 32 5D 34
Octal 367 323 24 0 17 134 3 62 135 64
Binary 11110111 11010011 10100 0 1111 1011100 11 110010 1011101 110100

Color Harmonies of #F7D314

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7D314

Black with #F7D314

Text Example


Text Example

White with #F7D314

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7D314; }

 p { color: rgb(247,211,20); }

 H1.HeaderClassName
 {
   color: #F7D314;
 }
 .AnyTagClassName
 {
   color: #F7D314;
 }
</style>

background-color css

<style>
 a { background-color: #F7D314; }

 a { background-color: rgb(247,211,20); }

 div.DivClassName
 {
   background-color: #F7D314;
 }
 .BgClassName
 {
   background-color: #F7D314;
 }
</style>

border-color css

<style>
 span { border-color: #F7D314; }

 span { border-color: rgb(247,211,20); }

 td.TdClassName
 {
   border-color: #F7D314;
 }
 .TagClassName
 {
   border-color: #F7D314;
 }
</style>