Html Css Color HEX #F8CB11 Turbo

📋 copy color: '#F8CB11'

red 248 ◦ green 203 ◦ blue 17

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

Shades of Turbo #F8CB11

Tints of Turbo #F8CB11

RGB

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

 GREEN value IS 203 (79.69% from 255) = 43.38%

 BLUE value IS 17 (7.03% from 255) = 3.63%

R = 52.99%
G = 43.38%
B = 3.63%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.93

 K value IS 0.03

RGB Variations

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

Color information

#F8CB11 (or 0xF8CB11) is known color: Turbo. HEX triplet: F8, CB and 11. RGB value is (248,203,17). Sum of RGB (Red+Green+Blue) = 248+203+17=468 (61% of max value = 765). Red value is 248 (97.27% from 255 or 52.99% from 468); Green value is 203 (79.69% from 255 or 43.38% from 468); Blue value is 17 (7.03% from 255 or 3.63% from 468); Max value from RGB is 248 - color contains mainly: red. Hex color #F8CB11 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F8CB11 is #0734EE. Grayscale: #C4C4C4. Windows color (decimal): -472303 or 1166328. OLE color: 1166328.

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

Color convert

RGB 248 203 17 -
CMYK 0 0.18 0.93 0.03
HSL 48.31º 0.94% 0.52% -
HSV(B) 48.31º 0.93% 0.97% -
XYZ 60.17 62.71 9.46 -
YUV 195.25 27.41 165.62 -
System Red Green Blue C M Y K H S L
Decimal 248 203 17 0 0.18 0.93 0.03 48.31 0.94 0.52
Hex F8 CB 11 0 12 5D 3 30 5E 34
Octal 370 313 21 0 22 135 3 60 136 64
Binary 11111000 11001011 10001 0 10010 1011101 11 110000 1011110 110100

Color Harmonies of #F8CB11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8CB11

Black with #F8CB11

Text Example


Text Example

White with #F8CB11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8CB11; }

 p { color: rgb(248,203,17); }

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

background-color css

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

 a { background-color: rgb(248,203,17); }

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

border-color css

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

 span { border-color: rgb(248,203,17); }

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