Html Css Color HEX #FFC85F Golden Tainoi

📋 copy color: '#FFC85F'

red 255 ◦ green 200 ◦ blue 95

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

Shades of Golden Tainoi #FFC85F

Tints of Golden Tainoi #FFC85F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 17.27%

R = 46.36%
G = 36.36%
B = 17.27%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.63

 K value IS 0

RGB Variations

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

Color information

#FFC85F (or 0xFFC85F) is known color: Golden Tainoi. HEX triplet: FF, C8 and 5F. RGB value is (255,200,95). Sum of RGB (Red+Green+Blue) = 255+200+95=550 (72% of max value = 765). Red value is 255 (100% from 255 or 46.36% from 550); Green value is 200 (78.52% from 255 or 36.36% from 550); Blue value is 95 (37.5% from 255 or 17.27% from 550); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC85F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFC85F is #0037A0. Grayscale: #CCCCCC. Windows color (decimal): -14241 or 6277375. OLE color: 6277375.

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

Color convert

RGB 255 200 95 -
CMYK 0 0.22 0.63 0
HSL 39.38º 1% 0.69% -
HSV(B) 39.38º 0.63% 1% -
XYZ 63.96 63.39 19.69 -
YUV 204.48 66.22 164.04 -
System Red Green Blue C M Y K H S L
Decimal 255 200 95 0 0.22 0.63 0 39.38 1 0.69
Hex FF C8 5F 0 16 3F 0 27 64 45
Octal 377 310 137 0 26 77 0 47 144 105
Binary 11111111 11001000 1011111 0 10110 111111 0 100111 1100100 1000101

Color Harmonies of #FFC85F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFC85F

Black with #FFC85F

Text Example


Text Example

White with #FFC85F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFC85F; }

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

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

background-color css

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

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

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

border-color css

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

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

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