Html Css Color HEX #FA752A Burnt Orange

📋 copy color: '#FA752A'

red 250 ◦ green 117 ◦ blue 42

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

Shades of Burnt Orange #FA752A

Tints of Burnt Orange #FA752A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 10.27%

R = 61.12%
G = 28.61%
B = 10.27%

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

#FA752A (or 0xFA752A) is known color: Burnt Orange. HEX triplet: FA, 75 and 2A. RGB value is (250,117,42). Sum of RGB (Red+Green+Blue) = 250+117+42=409 (54% of max value = 765). Red value is 250 (98.05% from 255 or 61.12% from 409); Green value is 117 (46.09% from 255 or 28.61% from 409); Blue value is 42 (16.80% from 255 or 10.27% from 409); Max value from RGB is 250 - color contains mainly: red. Hex color #FA752A is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FA752A is #058AD5. Grayscale: #949494. Windows color (decimal): -363222 or 2782714. OLE color: 2782714.

HSL color Cylindrical-coordinate representation of color #FA752A: hue angle of 21.63º 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 #FA752A is Cyan = 0, Magento = 0.53, Yellow = 0.83 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 117 42 -
CMYK 0 0.53 0.83 0.02
HSL 21.63º 0.95% 0.57% -
HSV(B) 21.63º 0.83% 0.98% -
XYZ 46.2 33.21 6.17 -
YUV 148.22 68.06 200.6 -
System Red Green Blue C M Y K H S L
Decimal 250 117 42 0 0.53 0.83 0.02 21.63 0.95 0.57
Hex FA 75 2A 0 35 53 2 16 5F 39
Octal 372 165 52 0 65 123 2 26 137 71
Binary 11111010 1110101 101010 0 110101 1010011 10 10110 1011111 111001

Color Harmonies of #FA752A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA752A

Black with #FA752A

Text Example


Text Example

White with #FA752A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA752A; }

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

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

background-color css

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

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

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

border-color css

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

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

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