Html Css Color HEX #F2CF13 Turbo

📋 copy color: '#F2CF13'

red 242 ◦ green 207 ◦ blue 19

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

Shades of Turbo #F2CF13

Tints of Turbo #F2CF13

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 4.06%

R = 51.71%
G = 44.23%
B = 4.06%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.92

 K value IS 0.05

RGB Variations

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

Color information

#F2CF13 (or 0xF2CF13) is known color: Turbo. HEX triplet: F2, CF and 13. RGB value is (242,207,19). Sum of RGB (Red+Green+Blue) = 242+207+19=468 (61% of max value = 765). Red value is 242 (94.92% from 255 or 51.71% from 468); Green value is 207 (81.25% from 255 or 44.23% from 468); Blue value is 19 (7.81% from 255 or 4.06% from 468); Max value from RGB is 242 - color contains mainly: red. Hex color #F2CF13 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F2CF13 is #0D30EC. Grayscale: #C4C4C4. Windows color (decimal): -864493 or 1298418. OLE color: 1298418.

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

Color convert

RGB 242 207 19 -
CMYK 0 0.14 0.92 0.05
HSL 50.58º 0.9% 0.51% -
HSV(B) 50.58º 0.92% 0.95% -
XYZ 59.05 63.55 9.77 -
YUV 196.03 28.1 160.79 -
System Red Green Blue C M Y K H S L
Decimal 242 207 19 0 0.14 0.92 0.05 50.58 0.9 0.51
Hex F2 CF 13 0 E 5C 5 33 5A 33
Octal 362 317 23 0 16 134 5 63 132 63
Binary 11110010 11001111 10011 0 1110 1011100 101 110011 1011010 110011

Color Harmonies of #F2CF13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2CF13

Black with #F2CF13

Text Example


Text Example

White with #F2CF13

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2CF13; }

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

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

background-color css

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

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

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

border-color css

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

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

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