Html Css Color HEX #FA752E Burnt Orange

📋 copy color: '#FA752E'

red 250 ◦ green 117 ◦ blue 46

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

Shades of Burnt Orange #FA752E

Tints of Burnt Orange #FA752E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 11.14%

R = 60.53%
G = 28.33%
B = 11.14%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.82

 K value IS 0.02

RGB Variations

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

Color information

#FA752E (or 0xFA752E) is known color: Burnt Orange. HEX triplet: FA, 75 and 2E. RGB value is (250,117,46). Sum of RGB (Red+Green+Blue) = 250+117+46=413 (54% of max value = 765). Red value is 250 (98.05% from 255 or 60.53% from 413); Green value is 117 (46.09% from 255 or 28.33% from 413); Blue value is 46 (18.36% from 255 or 11.14% from 413); Max value from RGB is 250 - color contains mainly: red. Hex color #FA752E is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FA752E is #058AD1. Grayscale: #959595. Windows color (decimal): -363218 or 3044858. OLE color: 3044858.

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

Color convert

RGB 250 117 46 -
CMYK 0 0.53 0.82 0.02
HSL 20.88º 0.95% 0.58% -
HSV(B) 20.88º 0.82% 0.98% -
XYZ 46.28 33.24 6.56 -
YUV 148.67 70.06 200.27 -
System Red Green Blue C M Y K H S L
Decimal 250 117 46 0 0.53 0.82 0.02 20.88 0.95 0.58
Hex FA 75 2E 0 35 52 2 15 5F 3A
Octal 372 165 56 0 65 122 2 25 137 72
Binary 11111010 1110101 101110 0 110101 1010010 10 10101 1011111 111010

Color Harmonies of #FA752E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA752E

Black with #FA752E

Text Example


Text Example

White with #FA752E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA752E; }

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

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

background-color css

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

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

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

border-color css

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

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

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