Html Css Color HEX #FFA53C Yellow Orange

📋 copy color: '#FFA53C'

red 255 ◦ green 165 ◦ blue 60

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

Shades of Yellow Orange #FFA53C

Tints of Yellow Orange #FFA53C

RGB

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

 GREEN value IS 165 (64.84% from 255) = 34.38%

 BLUE value IS 60 (23.83% from 255) = 12.5%

R = 53.13%
G = 34.38%
B = 12.5%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.76

 K value IS 0

RGB Variations

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

Color information

#FFA53C (or 0xFFA53C) is known color: Yellow Orange. HEX triplet: FF, A5 and 3C. RGB value is (255,165,60). Sum of RGB (Red+Green+Blue) = 255+165+60=480 (63% of max value = 765). Red value is 255 (100% from 255 or 53.12% from 480); Green value is 165 (64.84% from 255 or 34.38% from 480); Blue value is 60 (23.83% from 255 or 12.5% from 480); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA53C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FFA53C is #005AC3. Grayscale: #B4B4B4. Windows color (decimal): -23236 or 3974655. OLE color: 3974655.

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

Color convert

RGB 255 165 60 -
CMYK 0 0.35 0.76 0
HSL 32.31º 1% 0.62% -
HSV(B) 32.31º 0.76% 1% -
XYZ 55.51 48.5 10.71 -
YUV 179.94 60.32 181.54 -
System Red Green Blue C M Y K H S L
Decimal 255 165 60 0 0.35 0.76 0 32.31 1 0.62
Hex FF A5 3C 0 23 4C 0 20 64 3E
Octal 377 245 74 0 43 114 0 40 144 76
Binary 11111111 10100101 111100 0 100011 1001100 0 100000 1100100 111110

Color Harmonies of #FFA53C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFA53C

Black with #FFA53C

Text Example


Text Example

White with #FFA53C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFA53C; }

 p { color: rgb(255,165,60); }

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

background-color css

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

 a { background-color: rgb(255,165,60); }

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

border-color css

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

 span { border-color: rgb(255,165,60); }

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