Html Css Color HEX #F7D413 Turbo

📋 copy color: '#F7D413'

red 247 ◦ green 212 ◦ blue 19

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

Shades of Turbo #F7D413

Tints of Turbo #F7D413

RGB

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

 GREEN value IS 212 (83.2% from 255) = 44.35%

 BLUE value IS 19 (7.81% from 255) = 3.97%

R = 51.67%
G = 44.35%
B = 3.97%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.92

 K value IS 0.03

RGB Variations

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

Color information

#F7D413 (or 0xF7D413) is known color: Turbo. HEX triplet: F7, D4 and 13. RGB value is (247,212,19). Sum of RGB (Red+Green+Blue) = 247+212+19=478 (63% of max value = 765). Red value is 247 (96.88% from 255 or 51.67% from 478); Green value is 212 (83.20% from 255 or 44.35% from 478); Blue value is 19 (7.81% from 255 or 3.97% from 478); Max value from RGB is 247 - color contains mainly: red. Hex color #F7D413 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F7D413 is #082BEC. Grayscale: #C9C9C9. Windows color (decimal): -535533 or 1299703. OLE color: 1299703.

HSL color Cylindrical-coordinate representation of color #F7D413: hue angle of 50.79º 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 #F7D413 is Cyan = 0, Magento = 0.14, Yellow = 0.92 and Black (K on CMYK) = 0.03.

Color convert

RGB 247 212 19 -
CMYK 0 0.14 0.92 0.03
HSL 50.79º 0.93% 0.52% -
HSV(B) 50.79º 0.92% 0.97% -
XYZ 62.02 66.91 10.26 -
YUV 200.46 25.6 161.19 -
System Red Green Blue C M Y K H S L
Decimal 247 212 19 0 0.14 0.92 0.03 50.79 0.93 0.52
Hex F7 D4 13 0 E 5C 3 33 5D 34
Octal 367 324 23 0 16 134 3 63 135 64
Binary 11110111 11010100 10011 0 1110 1011100 11 110011 1011101 110100

Color Harmonies of #F7D413

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7D413

Black with #F7D413

Text Example


Text Example

White with #F7D413

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7D413; }

 p { color: rgb(247,212,19); }

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

background-color css

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

 a { background-color: rgb(247,212,19); }

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

border-color css

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

 span { border-color: rgb(247,212,19); }

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