Html Css Color HEX #FFCF18 Turbo

📋 copy color: '#FFCF18'

red 255 ◦ green 207 ◦ blue 24

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

Shades of Turbo #FFCF18

Tints of Turbo #FFCF18

RGB

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

 GREEN value IS 207 (81.25% from 255) = 42.59%

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

R = 52.47%
G = 42.59%
B = 4.94%

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

#FFCF18 (or 0xFFCF18) is known color: Turbo. HEX triplet: FF, CF and 18. RGB value is (255,207,24). Sum of RGB (Red+Green+Blue) = 255+207+24=486 (64% of max value = 765). Red value is 255 (100% from 255 or 52.47% from 486); Green value is 207 (81.25% from 255 or 42.59% from 486); Blue value is 24 (9.77% from 255 or 4.94% from 486); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCF18 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FFCF18 is #0030E7. Grayscale: #C9C9C9. Windows color (decimal): -12520 or 1626111. OLE color: 1626111.

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

Color convert

RGB 255 207 24 -
CMYK 0 0.19 0.91 0
HSL 47.53º 1% 0.55% -
HSV(B) 47.53º 0.91% 1% -
XYZ 63.72 65.95 10.24 -
YUV 200.49 28.4 166.88 -
System Red Green Blue C M Y K H S L
Decimal 255 207 24 0 0.19 0.91 0 47.53 1 0.55
Hex FF CF 18 0 13 5B 0 30 64 37
Octal 377 317 30 0 23 133 0 60 144 67
Binary 11111111 11001111 11000 0 10011 1011011 0 110000 1100100 110111

Color Harmonies of #FFCF18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFCF18

Black with #FFCF18

Text Example


Text Example

White with #FFCF18

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFCF18; }

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

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

background-color css

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

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

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

border-color css

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

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

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