Html Css Color HEX #F0CC05 Tangerine Yellow

📋 copy color: '#F0CC05'

red 240 ◦ green 204 ◦ blue 5

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

Shades of Tangerine Yellow #F0CC05

Tints of Tangerine Yellow #F0CC05

RGB

 RED value IS 240 (94.14% from 255) = 53.45%

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

 BLUE value IS 5 (2.34% from 255) = 1.11%

R = 53.45%
G = 45.43%
B = 1.11%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.98

 K value IS 0.06

RGB Variations

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

Color information

#F0CC05 (or 0xF0CC05) is known color: Tangerine Yellow. HEX triplet: F0, CC and 05. RGB value is (240,204,5). Sum of RGB (Red+Green+Blue) = 240+204+5=449 (59% of max value = 765). Red value is 240 (94.14% from 255 or 53.45% from 449); Green value is 204 (80.08% from 255 or 45.43% from 449); Blue value is 5 (2.34% from 255 or 1.11% from 449); Max value from RGB is 240 - color contains mainly: red. Hex color #F0CC05 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F0CC05 is #0F33FA. Grayscale: #C0C0C0. Windows color (decimal): -996347 or 380144. OLE color: 380144.

HSL color Cylindrical-coordinate representation of color #F0CC05: hue angle of 50.81º degrees, saturation: 0.96, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F0CC05 is Cyan = 0, Magento = 0.15, Yellow = 0.98 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 204 5 -
CMYK 0 0.15 0.98 0.06
HSL 50.81º 0.96% 0.48% -
HSV(B) 50.81º 0.98% 0.94% -
XYZ 57.56 61.72 9.02 -
YUV 192.08 22.43 162.18 -
System Red Green Blue C M Y K H S L
Decimal 240 204 5 0 0.15 0.98 0.06 50.81 0.96 0.48
Hex F0 CC 5 0 F 62 6 33 60 30
Octal 360 314 5 0 17 142 6 63 140 60
Binary 11110000 11001100 101 0 1111 1100010 110 110011 1100000 110000

Color Harmonies of #F0CC05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0CC05

Black with #F0CC05

Text Example


Text Example

White with #F0CC05

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0CC05; }

 p { color: rgb(240,204,5); }

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

background-color css

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

 a { background-color: rgb(240,204,5); }

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

border-color css

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

 span { border-color: rgb(240,204,5); }

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