Html Css Color HEX #FFCF0A Tangerine Yellow

📋 copy color: '#FFCF0A'

red 255 ◦ green 207 ◦ blue 10

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

Shades of Tangerine Yellow #FFCF0A

Tints of Tangerine Yellow #FFCF0A

RGB

 RED value IS 255 (100% from 255) = 54.03%

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

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

R = 54.03%
G = 43.86%
B = 2.12%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.96

 K value IS 0

RGB Variations

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

Color information

#FFCF0A (or 0xFFCF0A) is known color: Tangerine Yellow. HEX triplet: FF, CF and 0A. RGB value is (255,207,10). Sum of RGB (Red+Green+Blue) = 255+207+10=472 (62% of max value = 765). Red value is 255 (100% from 255 or 54.03% from 472); Green value is 207 (81.25% from 255 or 43.86% from 472); Blue value is 10 (4.30% from 255 or 2.12% from 472); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCF0A is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FFCF0A is #0030F5. Grayscale: #C7C7C7. Windows color (decimal): -12534 or 708607. OLE color: 708607.

HSL color Cylindrical-coordinate representation of color #FFCF0A: hue angle of 48.24º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #FFCF0A is Cyan = 0, Magento = 0.19, Yellow = 0.96 and Black (K on CMYK) = 0.

Color convert

RGB 255 207 10 -
CMYK 0 0.19 0.96 0
HSL 48.24º 1% 0.52% -
HSV(B) 48.24º 0.96% 1% -
XYZ 63.61 65.91 9.66 -
YUV 198.89 21.4 168.02 -
System Red Green Blue C M Y K H S L
Decimal 255 207 10 0 0.19 0.96 0 48.24 1 0.52
Hex FF CF A 0 13 60 0 30 64 34
Octal 377 317 12 0 23 140 0 60 144 64
Binary 11111111 11001111 1010 0 10011 1100000 0 110000 1100100 110100

Color Harmonies of #FFCF0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFCF0A

Black with #FFCF0A

Text Example


Text Example

White with #FFCF0A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFCF0A; }

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

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

background-color css

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

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

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

border-color css

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

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

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