Html Css Color HEX #F2CE12 Turbo

📋 copy color: '#F2CE12'

red 242 ◦ green 206 ◦ blue 18

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

Shades of Turbo #F2CE12

Tints of Turbo #F2CE12

RGB

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

 GREEN value IS 206 (80.86% from 255) = 44.21%

 BLUE value IS 18 (7.42% from 255) = 3.86%

R = 51.93%
G = 44.21%
B = 3.86%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.93

 K value IS 0.05

RGB Variations

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

Color information

#F2CE12 (or 0xF2CE12) is known color: Turbo. HEX triplet: F2, CE and 12. RGB value is (242,206,18). Sum of RGB (Red+Green+Blue) = 242+206+18=466 (61% of max value = 765). Red value is 242 (94.92% from 255 or 51.93% from 466); Green value is 206 (80.86% from 255 or 44.21% from 466); Blue value is 18 (7.42% from 255 or 3.86% from 466); Max value from RGB is 242 - color contains mainly: red. Hex color #F2CE12 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F2CE12 is #0D31ED. Grayscale: #C4C4C4. Windows color (decimal): -864750 or 1232626. OLE color: 1232626.

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

Color convert

RGB 242 206 18 -
CMYK 0 0.15 0.93 0.05
HSL 50.36º 0.9% 0.51% -
HSV(B) 50.36º 0.93% 0.95% -
XYZ 58.8 63.06 9.65 -
YUV 195.33 27.93 161.29 -
System Red Green Blue C M Y K H S L
Decimal 242 206 18 0 0.15 0.93 0.05 50.36 0.9 0.51
Hex F2 CE 12 0 F 5D 5 32 5A 33
Octal 362 316 22 0 17 135 5 62 132 63
Binary 11110010 11001110 10010 0 1111 1011101 101 110010 1011010 110011

Color Harmonies of #F2CE12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2CE12

Black with #F2CE12

Text Example


Text Example

White with #F2CE12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2CE12; }

 p { color: rgb(242,206,18); }

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

background-color css

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

 a { background-color: rgb(242,206,18); }

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

border-color css

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

 span { border-color: rgb(242,206,18); }

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