Html Css Color HEX #FFC80A Tangerine Yellow

📋 copy color: '#FFC80A'

red 255 ◦ green 200 ◦ blue 10

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

Shades of Tangerine Yellow #FFC80A

Tints of Tangerine Yellow #FFC80A

RGB

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

 GREEN value IS 200 (78.52% from 255) = 43.01%

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

R = 54.84%
G = 43.01%
B = 2.15%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.96

 K value IS 0

RGB Variations

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

Color information

#FFC80A (or 0xFFC80A) is known color: Tangerine Yellow. HEX triplet: FF, C8 and 0A. RGB value is (255,200,10). Sum of RGB (Red+Green+Blue) = 255+200+10=465 (61% of max value = 765). Red value is 255 (100% from 255 or 54.84% from 465); Green value is 200 (78.52% from 255 or 43.01% from 465); Blue value is 10 (4.30% from 255 or 2.15% from 465); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC80A is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FFC80A is #0037F5. Grayscale: #C3C3C3. Windows color (decimal): -14326 or 706815. OLE color: 706815.

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

Color convert

RGB 255 200 10 -
CMYK 0 0.22 0.96 0
HSL 46.53º 1% 0.52% -
HSV(B) 46.53º 0.96% 1% -
XYZ 61.95 62.59 9.1 -
YUV 194.79 23.72 170.95 -
System Red Green Blue C M Y K H S L
Decimal 255 200 10 0 0.22 0.96 0 46.53 1 0.52
Hex FF C8 A 0 16 60 0 2F 64 34
Octal 377 310 12 0 26 140 0 57 144 64
Binary 11111111 11001000 1010 0 10110 1100000 0 101111 1100100 110100

Color Harmonies of #FFC80A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFC80A

Black with #FFC80A

Text Example


Text Example

White with #FFC80A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFC80A; }

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

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

background-color css

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

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

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

border-color css

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

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

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