Html Css Color HEX #FFC55F Golden Tainoi

📋 copy color: '#FFC55F'

red 255 ◦ green 197 ◦ blue 95

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

Shades of Golden Tainoi #FFC55F

Tints of Golden Tainoi #FFC55F

RGB

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

 GREEN value IS 197 (77.34% from 255) = 36.01%

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

R = 46.62%
G = 36.01%
B = 17.37%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.63

 K value IS 0

RGB Variations

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

Color information

#FFC55F (or 0xFFC55F) is known color: Golden Tainoi. HEX triplet: FF, C5 and 5F. RGB value is (255,197,95). Sum of RGB (Red+Green+Blue) = 255+197+95=547 (72% of max value = 765). Red value is 255 (100% from 255 or 46.62% from 547); Green value is 197 (77.34% from 255 or 36.01% from 547); Blue value is 95 (37.5% from 255 or 17.37% from 547); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC55F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFC55F is #003AA0. Grayscale: #CBCBCB. Windows color (decimal): -15009 or 6276607. OLE color: 6276607.

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

Color convert

RGB 255 197 95 -
CMYK 0 0.23 0.63 0
HSL 38.25º 1% 0.69% -
HSV(B) 38.25º 0.63% 1% -
XYZ 63.27 62.02 19.46 -
YUV 202.71 67.22 165.29 -
System Red Green Blue C M Y K H S L
Decimal 255 197 95 0 0.23 0.63 0 38.25 1 0.69
Hex FF C5 5F 0 17 3F 0 26 64 45
Octal 377 305 137 0 27 77 0 46 144 105
Binary 11111111 11000101 1011111 0 10111 111111 0 100110 1100100 1000101

Color Harmonies of #FFC55F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFC55F

Black with #FFC55F

Text Example


Text Example

White with #FFC55F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFC55F; }

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

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

background-color css

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

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

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

border-color css

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

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

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