Html Css Color HEX #F8D412 Turbo

📋 copy color: '#F8D412'

red 248 ◦ green 212 ◦ blue 18

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

Shades of Turbo #F8D412

Tints of Turbo #F8D412

RGB

 RED value IS 248 (97.27% from 255) = 51.88%

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

 BLUE value IS 18 (7.42% from 255) = 3.77%

R = 51.88%
G = 44.35%
B = 3.77%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.93

 K value IS 0.03

RGB Variations

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

Color information

#F8D412 (or 0xF8D412) is known color: Turbo. HEX triplet: F8, D4 and 12. RGB value is (248,212,18). Sum of RGB (Red+Green+Blue) = 248+212+18=478 (63% of max value = 765). Red value is 248 (97.27% from 255 or 51.88% from 478); Green value is 212 (83.20% from 255 or 44.35% from 478); Blue value is 18 (7.42% from 255 or 3.77% from 478); Max value from RGB is 248 - color contains mainly: red. Hex color #F8D412 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F8D412 is #072BED. Grayscale: #C9C9C9. Windows color (decimal): -469998 or 1234168. OLE color: 1234168.

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

Color convert

RGB 248 212 18 -
CMYK 0 0.15 0.93 0.03
HSL 50.61º 0.94% 0.52% -
HSV(B) 50.61º 0.93% 0.97% -
XYZ 62.36 67.09 10.23 -
YUV 200.65 24.93 161.77 -
System Red Green Blue C M Y K H S L
Decimal 248 212 18 0 0.15 0.93 0.03 50.61 0.94 0.52
Hex F8 D4 12 0 F 5D 3 33 5E 34
Octal 370 324 22 0 17 135 3 63 136 64
Binary 11111000 11010100 10010 0 1111 1011101 11 110011 1011110 110100

Color Harmonies of #F8D412

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8D412

Black with #F8D412

Text Example


Text Example

White with #F8D412

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8D412; }

 p { color: rgb(248,212,18); }

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

background-color css

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

 a { background-color: rgb(248,212,18); }

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

border-color css

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

 span { border-color: rgb(248,212,18); }

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