Html Css Color HEX #FFC553 Golden Tainoi

📋 copy color: '#FFC553'

red 255 ◦ green 197 ◦ blue 83

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

Shades of Golden Tainoi #FFC553

Tints of Golden Tainoi #FFC553

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 15.51%

R = 47.66%
G = 36.82%
B = 15.51%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.67

 K value IS 0

RGB Variations

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

Color information

#FFC553 (or 0xFFC553) is known color: Golden Tainoi. HEX triplet: FF, C5 and 53. RGB value is (255,197,83). Sum of RGB (Red+Green+Blue) = 255+197+83=535 (70% of max value = 765). Red value is 255 (100% from 255 or 47.66% from 535); Green value is 197 (77.34% from 255 or 36.82% from 535); Blue value is 83 (32.81% from 255 or 15.51% from 535); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC553 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFC553 is #003AAC. Grayscale: #C9C9C9. Windows color (decimal): -15021 or 5490175. OLE color: 5490175.

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

Color convert

RGB 255 197 83 -
CMYK 0 0.23 0.67 0
HSL 39.77º 1% 0.66% -
HSV(B) 39.77º 0.67% 1% -
XYZ 62.77 61.82 16.81 -
YUV 201.35 61.22 166.27 -
System Red Green Blue C M Y K H S L
Decimal 255 197 83 0 0.23 0.67 0 39.77 1 0.66
Hex FF C5 53 0 17 43 0 28 64 42
Octal 377 305 123 0 27 103 0 50 144 102
Binary 11111111 11000101 1010011 0 10111 1000011 0 101000 1100100 1000010

Color Harmonies of #FFC553

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFC553

Black with #FFC553

Text Example


Text Example

White with #FFC553

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFC553; }

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

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

background-color css

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

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

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

border-color css

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

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

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