Html Css Color HEX #FFC95B Golden Tainoi

📋 copy color: '#FFC95B'

red 255 ◦ green 201 ◦ blue 91

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

Shades of Golden Tainoi #FFC95B

Tints of Golden Tainoi #FFC95B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 16.64%

R = 46.62%
G = 36.75%
B = 16.64%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.64

 K value IS 0

RGB Variations

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

Color information

#FFC95B (or 0xFFC95B) is known color: Golden Tainoi. HEX triplet: FF, C9 and 5B. RGB value is (255,201,91). Sum of RGB (Red+Green+Blue) = 255+201+91=547 (72% of max value = 765). Red value is 255 (100% from 255 or 46.62% from 547); Green value is 201 (78.91% from 255 or 36.75% from 547); Blue value is 91 (35.94% from 255 or 16.64% from 547); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC95B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFC95B is #0036A4. Grayscale: #CDCDCD. Windows color (decimal): -13989 or 6015487. OLE color: 6015487.

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

Color convert

RGB 255 201 91 -
CMYK 0 0.21 0.64 0
HSL 40.24º 1% 0.68% -
HSV(B) 40.24º 0.64% 1% -
XYZ 64.01 63.79 18.84 -
YUV 204.61 63.89 163.94 -
System Red Green Blue C M Y K H S L
Decimal 255 201 91 0 0.21 0.64 0 40.24 1 0.68
Hex FF C9 5B 0 15 40 0 28 64 44
Octal 377 311 133 0 25 100 0 50 144 104
Binary 11111111 11001001 1011011 0 10101 1000000 0 101000 1100100 1000100

Color Harmonies of #FFC95B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFC95B

Black with #FFC95B

Text Example


Text Example

White with #FFC95B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFC95B; }

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

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

background-color css

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

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

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

border-color css

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

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

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