Html Css Color HEX #F2CC08 Tangerine Yellow

📋 copy color: '#F2CC08'

red 242 ◦ green 204 ◦ blue 8

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

Shades of Tangerine Yellow #F2CC08

Tints of Tangerine Yellow #F2CC08

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 1.76%

R = 53.3%
G = 44.93%
B = 1.76%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.97

 K value IS 0.05

RGB Variations

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

Color information

#F2CC08 (or 0xF2CC08) is known color: Tangerine Yellow. HEX triplet: F2, CC and 08. RGB value is (242,204,8). Sum of RGB (Red+Green+Blue) = 242+204+8=454 (60% of max value = 765). Red value is 242 (94.92% from 255 or 53.30% from 454); Green value is 204 (80.08% from 255 or 44.93% from 454); Blue value is 8 (3.52% from 255 or 1.76% from 454); Max value from RGB is 242 - color contains mainly: red. Hex color #F2CC08 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F2CC08 is #0D33F7. Grayscale: #C1C1C1. Windows color (decimal): -865272 or 576754. OLE color: 576754.

HSL color Cylindrical-coordinate representation of color #F2CC08: hue angle of 50.26º degrees, saturation: 0.94, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #F2CC08 is Cyan = 0, Magento = 0.16, Yellow = 0.97 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 204 8 -
CMYK 0 0.16 0.97 0.05
HSL 50.26º 0.94% 0.49% -
HSV(B) 50.26º 0.97% 0.95% -
XYZ 58.25 62.08 9.14 -
YUV 193.02 23.59 162.94 -
System Red Green Blue C M Y K H S L
Decimal 242 204 8 0 0.16 0.97 0.05 50.26 0.94 0.49
Hex F2 CC 8 0 10 61 5 32 5E 31
Octal 362 314 10 0 20 141 5 62 136 61
Binary 11110010 11001100 1000 0 10000 1100001 101 110010 1011110 110001

Color Harmonies of #F2CC08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2CC08

Black with #F2CC08

Text Example


Text Example

White with #F2CC08

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2CC08; }

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

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

background-color css

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

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

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

border-color css

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

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

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