Html Css Color HEX #FFC95F Golden Tainoi

📋 copy color: '#FFC95F'

red 255 ◦ green 201 ◦ blue 95

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

Shades of Golden Tainoi #FFC95F

Tints of Golden Tainoi #FFC95F

RGB

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

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

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

R = 46.28%
G = 36.48%
B = 17.24%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.63

 K value IS 0

RGB Variations

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

Color information

#FFC95F (or 0xFFC95F) is known color: Golden Tainoi. HEX triplet: FF, C9 and 5F. RGB value is (255,201,95). Sum of RGB (Red+Green+Blue) = 255+201+95=551 (72% of max value = 765). Red value is 255 (100% from 255 or 46.28% from 551); Green value is 201 (78.91% from 255 or 36.48% from 551); Blue value is 95 (37.5% from 255 or 17.24% from 551); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC95F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFC95F is #0036A0. Grayscale: #CDCDCD. Windows color (decimal): -13985 or 6277631. OLE color: 6277631.

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

Color convert

RGB 255 201 95 -
CMYK 0 0.21 0.63 0
HSL 39.75º 1% 0.69% -
HSV(B) 39.75º 0.63% 1% -
XYZ 64.19 63.86 19.77 -
YUV 205.06 65.89 163.62 -
System Red Green Blue C M Y K H S L
Decimal 255 201 95 0 0.21 0.63 0 39.75 1 0.69
Hex FF C9 5F 0 15 3F 0 28 64 45
Octal 377 311 137 0 25 77 0 50 144 105
Binary 11111111 11001001 1011111 0 10101 111111 0 101000 1100100 1000101

Color Harmonies of #FFC95F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFC95F

Black with #FFC95F

Text Example


Text Example

White with #FFC95F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFC95F; }

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

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

background-color css

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

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

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

border-color css

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

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

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