Html Css Color HEX #F2CF18 Turbo

📋 copy color: '#F2CF18'

red 242 ◦ green 207 ◦ blue 24

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

Shades of Turbo #F2CF18

Tints of Turbo #F2CF18

RGB

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

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

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

R = 51.16%
G = 43.76%
B = 5.07%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.90

 K value IS 0.05

RGB Variations

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

Color information

#F2CF18 (or 0xF2CF18) is known color: Turbo. HEX triplet: F2, CF and 18. RGB value is (242,207,24). Sum of RGB (Red+Green+Blue) = 242+207+24=473 (62% of max value = 765). Red value is 242 (94.92% from 255 or 51.16% from 473); Green value is 207 (81.25% from 255 or 43.76% from 473); Blue value is 24 (9.77% from 255 or 5.07% from 473); Max value from RGB is 242 - color contains mainly: red. Hex color #F2CF18 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F2CF18 is #0D30E7. Grayscale: #C5C5C5. Windows color (decimal): -864488 or 1626098. OLE color: 1626098.

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

Color convert

RGB 242 207 24 -
CMYK 0 0.14 0.90 0.05
HSL 50.37º 0.89% 0.52% -
HSV(B) 50.37º 0.9% 0.95% -
XYZ 59.1 63.57 10.02 -
YUV 196.6 30.6 160.38 -
System Red Green Blue C M Y K H S L
Decimal 242 207 24 0 0.14 0.90 0.05 50.37 0.89 0.52
Hex F2 CF 18 0 E 5A 5 32 59 34
Octal 362 317 30 0 16 132 5 62 131 64
Binary 11110010 11001111 11000 0 1110 1011010 101 110010 1011001 110100

Color Harmonies of #F2CF18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2CF18

Black with #F2CF18

Text Example


Text Example

White with #F2CF18

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2CF18; }

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

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

background-color css

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

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

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

border-color css

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

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

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