Html Css Color HEX #FA742B Burnt Orange

📋 copy color: '#FA742B'

red 250 ◦ green 116 ◦ blue 43

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

Shades of Burnt Orange #FA742B

Tints of Burnt Orange #FA742B

RGB

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

 GREEN value IS 116 (45.7% from 255) = 28.36%

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

R = 61.12%
G = 28.36%
B = 10.51%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.83

 K value IS 0.02

RGB Variations

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

Color information

#FA742B (or 0xFA742B) is known color: Burnt Orange. HEX triplet: FA, 74 and 2B. RGB value is (250,116,43). Sum of RGB (Red+Green+Blue) = 250+116+43=409 (54% of max value = 765). Red value is 250 (98.05% from 255 or 61.12% from 409); Green value is 116 (45.70% from 255 or 28.36% from 409); Blue value is 43 (17.19% from 255 or 10.51% from 409); Max value from RGB is 250 - color contains mainly: red. Hex color #FA742B is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FA742B is #058BD4. Grayscale: #949494. Windows color (decimal): -363477 or 2847994. OLE color: 2847994.

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

Color convert

RGB 250 116 43 -
CMYK 0 0.54 0.83 0.02
HSL 21.16º 0.95% 0.57% -
HSV(B) 21.16º 0.83% 0.98% -
XYZ 46.11 32.99 6.22 -
YUV 147.74 68.89 200.94 -
System Red Green Blue C M Y K H S L
Decimal 250 116 43 0 0.54 0.83 0.02 21.16 0.95 0.57
Hex FA 74 2B 0 36 53 2 15 5F 39
Octal 372 164 53 0 66 123 2 25 137 71
Binary 11111010 1110100 101011 0 110110 1010011 10 10101 1011111 111001

Color Harmonies of #FA742B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA742B

Black with #FA742B

Text Example


Text Example

White with #FA742B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA742B; }

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

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

background-color css

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

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

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

border-color css

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

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

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