Html Css Color HEX #F0CF0A Tangerine Yellow

📋 copy color: '#F0CF0A'

red 240 ◦ green 207 ◦ blue 10

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

Shades of Tangerine Yellow #F0CF0A

Tints of Tangerine Yellow #F0CF0A

RGB

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

 GREEN value IS 207 (81.25% from 255) = 45.3%

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

R = 52.52%
G = 45.3%
B = 2.19%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.96

 K value IS 0.06

RGB Variations

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

Color information

#F0CF0A (or 0xF0CF0A) is known color: Tangerine Yellow. HEX triplet: F0, CF and 0A. RGB value is (240,207,10). Sum of RGB (Red+Green+Blue) = 240+207+10=457 (60% of max value = 765). Red value is 240 (94.14% from 255 or 52.52% from 457); Green value is 207 (81.25% from 255 or 45.30% from 457); Blue value is 10 (4.30% from 255 or 2.19% from 457); Max value from RGB is 240 - color contains mainly: red. Hex color #F0CF0A is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F0CF0A is #0F30F5. Grayscale: #C3C3C3. Windows color (decimal): -995574 or 708592. OLE color: 708592.

HSL color Cylindrical-coordinate representation of color #F0CF0A: hue angle of 51.39º 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 #F0CF0A is Cyan = 0, Magento = 0.14, Yellow = 0.96 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 207 10 -
CMYK 0 0.14 0.96 0.06
HSL 51.39º 0.92% 0.49% -
HSV(B) 51.39º 0.96% 0.94% -
XYZ 58.3 63.17 9.41 -
YUV 194.41 23.93 160.52 -
System Red Green Blue C M Y K H S L
Decimal 240 207 10 0 0.14 0.96 0.06 51.39 0.92 0.49
Hex F0 CF A 0 E 60 6 33 5C 31
Octal 360 317 12 0 16 140 6 63 134 61
Binary 11110000 11001111 1010 0 1110 1100000 110 110011 1011100 110001

Color Harmonies of #F0CF0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0CF0A

Black with #F0CF0A

Text Example


Text Example

White with #F0CF0A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0CF0A; }

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

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

background-color css

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

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

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

border-color css

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

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

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