Html Css Color HEX #F2CF24 Turbo

📋 copy color: '#F2CF24'

red 242 ◦ green 207 ◦ blue 36

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

Shades of Turbo #F2CF24

Tints of Turbo #F2CF24

RGB

 RED value IS 242 (94.92% from 255) = 49.9%

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

 BLUE value IS 36 (14.45% from 255) = 7.42%

R = 49.9%
G = 42.68%
B = 7.42%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.85

 K value IS 0.05

RGB Variations

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

Color information

#F2CF24 (or 0xF2CF24) is known color: Turbo. HEX triplet: F2, CF and 24. RGB value is (242,207,36). Sum of RGB (Red+Green+Blue) = 242+207+36=485 (64% of max value = 765). Red value is 242 (94.92% from 255 or 49.90% from 485); Green value is 207 (81.25% from 255 or 42.68% from 485); Blue value is 36 (14.45% from 255 or 7.42% from 485); Max value from RGB is 242 - color contains mainly: red. Hex color #F2CF24 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F2CF24 is #0D30DB. Grayscale: #C6C6C6. Windows color (decimal): -864476 or 2412530. OLE color: 2412530.

HSL color Cylindrical-coordinate representation of color #F2CF24: hue angle of 49.81º degrees, saturation: 0.89, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #F2CF24 is Cyan = 0, Magento = 0.14, Yellow = 0.85 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 207 36 -
CMYK 0 0.14 0.85 0.05
HSL 49.81º 0.89% 0.55% -
HSV(B) 49.81º 0.85% 0.95% -
XYZ 59.25 63.63 10.83 -
YUV 197.97 36.6 159.4 -
System Red Green Blue C M Y K H S L
Decimal 242 207 36 0 0.14 0.85 0.05 49.81 0.89 0.55
Hex F2 CF 24 0 E 55 5 32 59 37
Octal 362 317 44 0 16 125 5 62 131 67
Binary 11110010 11001111 100100 0 1110 1010101 101 110010 1011001 110111

Color Harmonies of #F2CF24

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2CF24

Black with #F2CF24

Text Example


Text Example

White with #F2CF24

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2CF24; }

 p { color: rgb(242,207,36); }

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

background-color css

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

 a { background-color: rgb(242,207,36); }

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

border-color css

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

 span { border-color: rgb(242,207,36); }

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