Html Css Color HEX #FFCB18 Turbo

📋 copy color: '#FFCB18'

red 255 ◦ green 203 ◦ blue 24

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

Shades of Turbo #FFCB18

Tints of Turbo #FFCB18

RGB

 RED value IS 255 (100% from 255) = 52.9%

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

 BLUE value IS 24 (9.77% from 255) = 4.98%

R = 52.9%
G = 42.12%
B = 4.98%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.91

 K value IS 0

RGB Variations

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

Color information

#FFCB18 (or 0xFFCB18) is known color: Turbo. HEX triplet: FF, CB and 18. RGB value is (255,203,24). Sum of RGB (Red+Green+Blue) = 255+203+24=482 (63% of max value = 765). Red value is 255 (100% from 255 or 52.90% from 482); Green value is 203 (79.69% from 255 or 42.12% from 482); Blue value is 24 (9.77% from 255 or 4.98% from 482); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCB18 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FFCB18 is #0034E7. Grayscale: #C6C6C6. Windows color (decimal): -13544 or 1625087. OLE color: 1625087.

HSL color Cylindrical-coordinate representation of color #FFCB18: hue angle of 46.49º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #FFCB18 is Cyan = 0, Magento = 0.20, Yellow = 0.91 and Black (K on CMYK) = 0.

Color convert

RGB 255 203 24 -
CMYK 0 0.20 0.91 0
HSL 46.49º 1% 0.55% -
HSV(B) 46.49º 0.91% 1% -
XYZ 62.76 64.04 9.92 -
YUV 198.14 29.73 168.55 -
System Red Green Blue C M Y K H S L
Decimal 255 203 24 0 0.20 0.91 0 46.49 1 0.55
Hex FF CB 18 0 14 5B 0 2E 64 37
Octal 377 313 30 0 24 133 0 56 144 67
Binary 11111111 11001011 11000 0 10100 1011011 0 101110 1100100 110111

Color Harmonies of #FFCB18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFCB18

Black with #FFCB18

Text Example


Text Example

White with #FFCB18

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFCB18; }

 p { color: rgb(255,203,24); }

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

background-color css

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

 a { background-color: rgb(255,203,24); }

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

border-color css

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

 span { border-color: rgb(255,203,24); }

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