Html Css Color HEX #F2CE1C Turbo

📋 copy color: '#F2CE1C'

red 242 ◦ green 206 ◦ blue 28

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

Shades of Turbo #F2CE1C

Tints of Turbo #F2CE1C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 5.88%

R = 50.84%
G = 43.28%
B = 5.88%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.88

 K value IS 0.05

RGB Variations

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

Color information

#F2CE1C (or 0xF2CE1C) is known color: Turbo. HEX triplet: F2, CE and 1C. RGB value is (242,206,28). Sum of RGB (Red+Green+Blue) = 242+206+28=476 (63% of max value = 765). Red value is 242 (94.92% from 255 or 50.84% from 476); Green value is 206 (80.86% from 255 or 43.28% from 476); Blue value is 28 (11.33% from 255 or 5.88% from 476); Max value from RGB is 242 - color contains mainly: red. Hex color #F2CE1C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F2CE1C is #0D31E3. Grayscale: #C5C5C5. Windows color (decimal): -864740 or 1887986. OLE color: 1887986.

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

Color convert

RGB 242 206 28 -
CMYK 0 0.15 0.88 0.05
HSL 49.91º 0.89% 0.53% -
HSV(B) 49.91º 0.88% 0.95% -
XYZ 58.9 63.1 10.17 -
YUV 196.47 32.93 160.47 -
System Red Green Blue C M Y K H S L
Decimal 242 206 28 0 0.15 0.88 0.05 49.91 0.89 0.53
Hex F2 CE 1C 0 F 58 5 32 59 35
Octal 362 316 34 0 17 130 5 62 131 65
Binary 11110010 11001110 11100 0 1111 1011000 101 110010 1011001 110101

Color Harmonies of #F2CE1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2CE1C

Black with #F2CE1C

Text Example


Text Example

White with #F2CE1C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2CE1C; }

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

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

background-color css

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

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

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

border-color css

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

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

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