Html Css Color HEX #FA752B Burnt Orange

📋 copy color: '#FA752B'

red 250 ◦ green 117 ◦ blue 43

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

Shades of Burnt Orange #FA752B

Tints of Burnt Orange #FA752B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 10.49%

R = 60.98%
G = 28.54%
B = 10.49%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.83

 K value IS 0.02

RGB Variations

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

Color information

#FA752B (or 0xFA752B) is known color: Burnt Orange. HEX triplet: FA, 75 and 2B. RGB value is (250,117,43). Sum of RGB (Red+Green+Blue) = 250+117+43=410 (54% of max value = 765). Red value is 250 (98.05% from 255 or 60.98% from 410); Green value is 117 (46.09% from 255 or 28.54% from 410); Blue value is 43 (17.19% from 255 or 10.49% from 410); Max value from RGB is 250 - color contains mainly: red. Hex color #FA752B is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FA752B is #058AD4. Grayscale: #949494. Windows color (decimal): -363221 or 2848250. OLE color: 2848250.

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

Color convert

RGB 250 117 43 -
CMYK 0 0.53 0.83 0.02
HSL 21.45º 0.95% 0.57% -
HSV(B) 21.45º 0.83% 0.98% -
XYZ 46.22 33.22 6.26 -
YUV 148.33 68.56 200.52 -
System Red Green Blue C M Y K H S L
Decimal 250 117 43 0 0.53 0.83 0.02 21.45 0.95 0.57
Hex FA 75 2B 0 35 53 2 15 5F 39
Octal 372 165 53 0 65 123 2 25 137 71
Binary 11111010 1110101 101011 0 110101 1010011 10 10101 1011111 111001

Color Harmonies of #FA752B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA752B

Black with #FA752B

Text Example


Text Example

White with #FA752B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA752B; }

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

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

background-color css

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

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

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

border-color css

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

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

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