Html Css Color HEX #F4CC18 Turbo

📋 copy color: '#F4CC18'

red 244 ◦ green 204 ◦ blue 24

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

Shades of Turbo #F4CC18

Tints of Turbo #F4CC18

RGB

 RED value IS 244 (95.7% from 255) = 51.69%

 GREEN value IS 204 (80.08% from 255) = 43.22%

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

R = 51.69%
G = 43.22%
B = 5.08%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.90

 K value IS 0.04

RGB Variations

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

Color information

#F4CC18 (or 0xF4CC18) is known color: Turbo. HEX triplet: F4, CC and 18. RGB value is (244,204,24). Sum of RGB (Red+Green+Blue) = 244+204+24=472 (62% of max value = 765). Red value is 244 (95.70% from 255 or 51.69% from 472); Green value is 204 (80.08% from 255 or 43.22% from 472); Blue value is 24 (9.77% from 255 or 5.08% from 472); Max value from RGB is 244 - color contains mainly: red. Hex color #F4CC18 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F4CC18 is #0B33E7. Grayscale: #C4C4C4. Windows color (decimal): -734184 or 1625332. OLE color: 1625332.

HSL color Cylindrical-coordinate representation of color #F4CC18: hue angle of 49.09º degrees, saturation: 0.91, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #F4CC18 is Cyan = 0, Magento = 0.16, Yellow = 0.90 and Black (K on CMYK) = 0.04.

Color convert

RGB 244 204 24 -
CMYK 0 0.16 0.90 0.04
HSL 49.09º 0.91% 0.53% -
HSV(B) 49.09º 0.9% 0.96% -
XYZ 59.07 62.48 9.81 -
YUV 195.44 31.25 162.64 -
System Red Green Blue C M Y K H S L
Decimal 244 204 24 0 0.16 0.90 0.04 49.09 0.91 0.53
Hex F4 CC 18 0 10 5A 4 31 5B 35
Octal 364 314 30 0 20 132 4 61 133 65
Binary 11110100 11001100 11000 0 10000 1011010 100 110001 1011011 110101

Color Harmonies of #F4CC18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F4CC18

Black with #F4CC18

Text Example


Text Example

White with #F4CC18

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F4CC18; }

 p { color: rgb(244,204,24); }

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

background-color css

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

 a { background-color: rgb(244,204,24); }

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

border-color css

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

 span { border-color: rgb(244,204,24); }

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