Html Css Color HEX #FFC95A Golden Tainoi

📋 copy color: '#FFC95A'

red 255 ◦ green 201 ◦ blue 90

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

Shades of Golden Tainoi #FFC95A

Tints of Golden Tainoi #FFC95A

RGB

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

 GREEN value IS 201 (78.91% from 255) = 36.81%

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

R = 46.7%
G = 36.81%
B = 16.48%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.65

 K value IS 0

RGB Variations

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

Color information

#FFC95A (or 0xFFC95A) is known color: Golden Tainoi. HEX triplet: FF, C9 and 5A. RGB value is (255,201,90). Sum of RGB (Red+Green+Blue) = 255+201+90=546 (72% of max value = 765). Red value is 255 (100% from 255 or 46.70% from 546); Green value is 201 (78.91% from 255 or 36.81% from 546); Blue value is 90 (35.55% from 255 or 16.48% from 546); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC95A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFC95A is #0036A5. Grayscale: #CCCCCC. Windows color (decimal): -13990 or 5949951. OLE color: 5949951.

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

Color convert

RGB 255 201 90 -
CMYK 0 0.21 0.65 0
HSL 40.36º 1% 0.68% -
HSV(B) 40.36º 0.65% 1% -
XYZ 63.97 63.77 18.61 -
YUV 204.49 63.39 164.03 -
System Red Green Blue C M Y K H S L
Decimal 255 201 90 0 0.21 0.65 0 40.36 1 0.68
Hex FF C9 5A 0 15 41 0 28 64 44
Octal 377 311 132 0 25 101 0 50 144 104
Binary 11111111 11001001 1011010 0 10101 1000001 0 101000 1100100 1000100

Color Harmonies of #FFC95A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFC95A

Black with #FFC95A

Text Example


Text Example

White with #FFC95A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFC95A; }

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

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

background-color css

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

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

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

border-color css

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

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

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