Html Css Color HEX #F0CC0A Tangerine Yellow

📋 copy color: '#F0CC0A'

red 240 ◦ green 204 ◦ blue 10

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

Shades of Tangerine Yellow #F0CC0A

Tints of Tangerine Yellow #F0CC0A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 2.2%

R = 52.86%
G = 44.93%
B = 2.2%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.96

 K value IS 0.06

RGB Variations

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

Color information

#F0CC0A (or 0xF0CC0A) is known color: Tangerine Yellow. HEX triplet: F0, CC and 0A. RGB value is (240,204,10). Sum of RGB (Red+Green+Blue) = 240+204+10=454 (60% of max value = 765). Red value is 240 (94.14% from 255 or 52.86% from 454); Green value is 204 (80.08% from 255 or 44.93% from 454); Blue value is 10 (4.30% from 255 or 2.20% from 454); Max value from RGB is 240 - color contains mainly: red. Hex color #F0CC0A is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F0CC0A is #0F33F5. Grayscale: #C1C1C1. Windows color (decimal): -996342 or 707824. OLE color: 707824.

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

Color convert

RGB 240 204 10 -
CMYK 0 0.15 0.96 0.06
HSL 50.61º 0.92% 0.49% -
HSV(B) 50.61º 0.96% 0.94% -
XYZ 57.58 61.73 9.17 -
YUV 192.65 24.93 161.77 -
System Red Green Blue C M Y K H S L
Decimal 240 204 10 0 0.15 0.96 0.06 50.61 0.92 0.49
Hex F0 CC A 0 F 60 6 33 5C 31
Octal 360 314 12 0 17 140 6 63 134 61
Binary 11110000 11001100 1010 0 1111 1100000 110 110011 1011100 110001

Color Harmonies of #F0CC0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0CC0A

Black with #F0CC0A

Text Example


Text Example

White with #F0CC0A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0CC0A; }

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

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

background-color css

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

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

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

border-color css

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

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

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