Html Css Color HEX #FFC85A Golden Tainoi

📋 copy color: '#FFC85A'

red 255 ◦ green 200 ◦ blue 90

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

Shades of Golden Tainoi #FFC85A

Tints of Golden Tainoi #FFC85A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 16.51%

R = 46.79%
G = 36.7%
B = 16.51%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.65

 K value IS 0

RGB Variations

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

Color information

#FFC85A (or 0xFFC85A) is known color: Golden Tainoi. HEX triplet: FF, C8 and 5A. RGB value is (255,200,90). Sum of RGB (Red+Green+Blue) = 255+200+90=545 (72% of max value = 765). Red value is 255 (100% from 255 or 46.79% from 545); Green value is 200 (78.52% from 255 or 36.70% from 545); Blue value is 90 (35.55% from 255 or 16.51% from 545); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC85A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFC85A is #0037A5. Grayscale: #CCCCCC. Windows color (decimal): -14246 or 5949695. OLE color: 5949695.

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

Color convert

RGB 255 200 90 -
CMYK 0 0.22 0.65 0
HSL 40º 1% 0.68% -
HSV(B) 40º 0.65% 1% -
XYZ 63.74 63.31 18.53 -
YUV 203.91 63.72 164.44 -
System Red Green Blue C M Y K H S L
Decimal 255 200 90 0 0.22 0.65 0 40 1 0.68
Hex FF C8 5A 0 16 41 0 28 64 44
Octal 377 310 132 0 26 101 0 50 144 104
Binary 11111111 11001000 1011010 0 10110 1000001 0 101000 1100100 1000100

Color Harmonies of #FFC85A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFC85A

Black with #FFC85A

Text Example


Text Example

White with #FFC85A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFC85A; }

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

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

background-color css

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

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

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

border-color css

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

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

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