Html Css Color HEX #FFC55A Golden Tainoi

📋 copy color: '#FFC55A'

red 255 ◦ green 197 ◦ blue 90

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

Shades of Golden Tainoi #FFC55A

Tints of Golden Tainoi #FFC55A

RGB

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

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

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

R = 47.05%
G = 36.35%
B = 16.61%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.65

 K value IS 0

RGB Variations

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

Color information

#FFC55A (or 0xFFC55A) is known color: Golden Tainoi. HEX triplet: FF, C5 and 5A. RGB value is (255,197,90). Sum of RGB (Red+Green+Blue) = 255+197+90=542 (71% of max value = 765). Red value is 255 (100% from 255 or 47.05% from 542); Green value is 197 (77.34% from 255 or 36.35% from 542); Blue value is 90 (35.55% from 255 or 16.61% from 542); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC55A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFC55A is #003AA5. Grayscale: #CACACA. Windows color (decimal): -15014 or 5948927. OLE color: 5948927.

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

Color convert

RGB 255 197 90 -
CMYK 0 0.23 0.65 0
HSL 38.91º 1% 0.68% -
HSV(B) 38.91º 0.65% 1% -
XYZ 63.05 61.93 18.3 -
YUV 202.14 64.72 165.7 -
System Red Green Blue C M Y K H S L
Decimal 255 197 90 0 0.23 0.65 0 38.91 1 0.68
Hex FF C5 5A 0 17 41 0 27 64 44
Octal 377 305 132 0 27 101 0 47 144 104
Binary 11111111 11000101 1011010 0 10111 1000001 0 100111 1100100 1000100

Color Harmonies of #FFC55A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFC55A

Black with #FFC55A

Text Example


Text Example

White with #FFC55A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFC55A; }

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

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

background-color css

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

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

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

border-color css

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

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

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