Html Css Color HEX #F5CC08 Tangerine Yellow

📋 copy color: '#F5CC08'

red 245 ◦ green 204 ◦ blue 8

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

Shades of Tangerine Yellow #F5CC08

Tints of Tangerine Yellow #F5CC08

RGB

 RED value IS 245 (96.09% from 255) = 53.61%

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

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

R = 53.61%
G = 44.64%
B = 1.75%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.97

 K value IS 0.04

RGB Variations

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

Color information

#F5CC08 (or 0xF5CC08) is known color: Tangerine Yellow. HEX triplet: F5, CC and 08. RGB value is (245,204,8). Sum of RGB (Red+Green+Blue) = 245+204+8=457 (60% of max value = 765). Red value is 245 (96.09% from 255 or 53.61% from 457); Green value is 204 (80.08% from 255 or 44.64% from 457); Blue value is 8 (3.52% from 255 or 1.75% from 457); Max value from RGB is 245 - color contains mainly: red. Hex color #F5CC08 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F5CC08 is #0A33F7. Grayscale: #C2C2C2. Windows color (decimal): -668664 or 576757. OLE color: 576757.

HSL color Cylindrical-coordinate representation of color #F5CC08: hue angle of 49.62º degrees, saturation: 0.94, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #F5CC08 is Cyan = 0, Magento = 0.17, Yellow = 0.97 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 204 8 -
CMYK 0 0.17 0.97 0.04
HSL 49.62º 0.94% 0.5% -
HSV(B) 49.62º 0.97% 0.96% -
XYZ 59.29 62.62 9.19 -
YUV 193.92 23.08 164.44 -
System Red Green Blue C M Y K H S L
Decimal 245 204 8 0 0.17 0.97 0.04 49.62 0.94 0.5
Hex F5 CC 8 0 11 61 4 32 5E 32
Octal 365 314 10 0 21 141 4 62 136 62
Binary 11110101 11001100 1000 0 10001 1100001 100 110010 1011110 110010

Color Harmonies of #F5CC08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5CC08

Black with #F5CC08

Text Example


Text Example

White with #F5CC08

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5CC08; }

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

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

background-color css

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

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

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

border-color css

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

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

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