Html Css Color HEX #F2CC1C Turbo

📋 copy color: '#F2CC1C'

red 242 ◦ green 204 ◦ blue 28

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

Shades of Turbo #F2CC1C

Tints of Turbo #F2CC1C

RGB

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

 GREEN value IS 204 (80.08% from 255) = 43.04%

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

R = 51.05%
G = 43.04%
B = 5.91%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.88

 K value IS 0.05

RGB Variations

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

Color information

#F2CC1C (or 0xF2CC1C) is known color: Turbo. HEX triplet: F2, CC and 1C. RGB value is (242,204,28). Sum of RGB (Red+Green+Blue) = 242+204+28=474 (62% of max value = 765). Red value is 242 (94.92% from 255 or 51.05% from 474); Green value is 204 (80.08% from 255 or 43.04% from 474); Blue value is 28 (11.33% from 255 or 5.91% from 474); Max value from RGB is 242 - color contains mainly: red. Hex color #F2CC1C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F2CC1C is #0D33E3. Grayscale: #C4C4C4. Windows color (decimal): -865252 or 1887474. OLE color: 1887474.

HSL color Cylindrical-coordinate representation of color #F2CC1C: hue angle of 49.35º 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 #F2CC1C is Cyan = 0, Magento = 0.16, Yellow = 0.88 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 204 28 -
CMYK 0 0.16 0.88 0.05
HSL 49.35º 0.89% 0.53% -
HSV(B) 49.35º 0.88% 0.95% -
XYZ 58.42 62.15 10.02 -
YUV 195.3 33.59 161.31 -
System Red Green Blue C M Y K H S L
Decimal 242 204 28 0 0.16 0.88 0.05 49.35 0.89 0.53
Hex F2 CC 1C 0 10 58 5 31 59 35
Octal 362 314 34 0 20 130 5 61 131 65
Binary 11110010 11001100 11100 0 10000 1011000 101 110001 1011001 110101

Color Harmonies of #F2CC1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2CC1C

Black with #F2CC1C

Text Example


Text Example

White with #F2CC1C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2CC1C; }

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

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

background-color css

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

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

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

border-color css

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

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

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