Html Css Color HEX #FFC805 Tangerine Yellow

📋 copy color: '#FFC805'

red 255 ◦ green 200 ◦ blue 5

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

Shades of Tangerine Yellow #FFC805

Tints of Tangerine Yellow #FFC805

RGB

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

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

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

R = 55.43%
G = 43.48%
B = 1.09%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.98

 K value IS 0

RGB Variations

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

Color information

#FFC805 (or 0xFFC805) is known color: Tangerine Yellow. HEX triplet: FF, C8 and 05. RGB value is (255,200,5). Sum of RGB (Red+Green+Blue) = 255+200+5=460 (60% of max value = 765). Red value is 255 (100% from 255 or 55.43% from 460); Green value is 200 (78.52% from 255 or 43.48% from 460); Blue value is 5 (2.34% from 255 or 1.09% from 460); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC805 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FFC805 is #0037FA. Grayscale: #C3C3C3. Windows color (decimal): -14331 or 379135. OLE color: 379135.

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

Color convert

RGB 255 200 5 -
CMYK 0 0.22 0.98 0
HSL 46.8º 1% 0.51% -
HSV(B) 46.8º 0.98% 1% -
XYZ 61.92 62.58 8.96 -
YUV 194.22 21.22 171.36 -
System Red Green Blue C M Y K H S L
Decimal 255 200 5 0 0.22 0.98 0 46.8 1 0.51
Hex FF C8 5 0 16 62 0 2F 64 33
Octal 377 310 5 0 26 142 0 57 144 63
Binary 11111111 11001000 101 0 10110 1100010 0 101111 1100100 110011

Color Harmonies of #FFC805

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFC805

Black with #FFC805

Text Example


Text Example

White with #FFC805

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFC805; }

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

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

background-color css

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

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

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

border-color css

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

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

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