Html Css Color HEX #FFCE18 Turbo

📋 copy color: '#FFCE18'

red 255 ◦ green 206 ◦ blue 24

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

Shades of Turbo #FFCE18

Tints of Turbo #FFCE18

RGB

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

 GREEN value IS 206 (80.86% from 255) = 42.47%

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

R = 52.58%
G = 42.47%
B = 4.95%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.91

 K value IS 0

RGB Variations

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

Color information

#FFCE18 (or 0xFFCE18) is known color: Turbo. HEX triplet: FF, CE and 18. RGB value is (255,206,24). Sum of RGB (Red+Green+Blue) = 255+206+24=485 (64% of max value = 765). Red value is 255 (100% from 255 or 52.58% from 485); Green value is 206 (80.86% from 255 or 42.47% from 485); Blue value is 24 (9.77% from 255 or 4.95% from 485); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCE18 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FFCE18 is #0031E7. Grayscale: #C8C8C8. Windows color (decimal): -12776 or 1625855. OLE color: 1625855.

HSL color Cylindrical-coordinate representation of color #FFCE18: hue angle of 47.27º 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 #FFCE18 is Cyan = 0, Magento = 0.19, Yellow = 0.91 and Black (K on CMYK) = 0.

Color convert

RGB 255 206 24 -
CMYK 0 0.19 0.91 0
HSL 47.27º 1% 0.55% -
HSV(B) 47.27º 0.91% 1% -
XYZ 63.48 65.47 10.16 -
YUV 199.9 28.73 167.3 -
System Red Green Blue C M Y K H S L
Decimal 255 206 24 0 0.19 0.91 0 47.27 1 0.55
Hex FF CE 18 0 13 5B 0 2F 64 37
Octal 377 316 30 0 23 133 0 57 144 67
Binary 11111111 11001110 11000 0 10011 1011011 0 101111 1100100 110111

Color Harmonies of #FFCE18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFCE18

Black with #FFCE18

Text Example


Text Example

White with #FFCE18

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFCE18; }

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

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

background-color css

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

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

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

border-color css

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

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

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