Html Css Color HEX #FA7535 Burnt Orange

📋 copy color: '#FA7535'

red 250 ◦ green 117 ◦ blue 53

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

Shades of Burnt Orange #FA7535

Tints of Burnt Orange #FA7535

RGB

 RED value IS 250 (98.05% from 255) = 59.52%

 GREEN value IS 117 (46.09% from 255) = 27.86%

 BLUE value IS 53 (21.09% from 255) = 12.62%

R = 59.52%
G = 27.86%
B = 12.62%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.79

 K value IS 0.02

RGB Variations

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

Color information

#FA7535 (or 0xFA7535) is known color: Burnt Orange. HEX triplet: FA, 75 and 35. RGB value is (250,117,53). Sum of RGB (Red+Green+Blue) = 250+117+53=420 (55% of max value = 765). Red value is 250 (98.05% from 255 or 59.52% from 420); Green value is 117 (46.09% from 255 or 27.86% from 420); Blue value is 53 (21.09% from 255 or 12.62% from 420); Max value from RGB is 250 - color contains mainly: red. Hex color #FA7535 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FA7535 is #058ACA. Grayscale: #959595. Windows color (decimal): -363211 or 3503610. OLE color: 3503610.

HSL color Cylindrical-coordinate representation of color #FA7535: hue angle of 19.49º degrees, saturation: 0.95, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #FA7535 is Cyan = 0, Magento = 0.53, Yellow = 0.79 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 117 53 -
CMYK 0 0.53 0.79 0.02
HSL 19.49º 0.95% 0.59% -
HSV(B) 19.49º 0.79% 0.98% -
XYZ 46.43 33.3 7.35 -
YUV 149.47 73.56 199.7 -
System Red Green Blue C M Y K H S L
Decimal 250 117 53 0 0.53 0.79 0.02 19.49 0.95 0.59
Hex FA 75 35 0 35 4F 2 13 5F 3B
Octal 372 165 65 0 65 117 2 23 137 73
Binary 11111010 1110101 110101 0 110101 1001111 10 10011 1011111 111011

Color Harmonies of #FA7535

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA7535

Black with #FA7535

Text Example


Text Example

White with #FA7535

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA7535; }

 p { color: rgb(250,117,53); }

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

background-color css

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

 a { background-color: rgb(250,117,53); }

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

border-color css

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

 span { border-color: rgb(250,117,53); }

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