Html Css Color HEX #FA7E2A Burnt Orange

📋 copy color: '#FA7E2A'

red 250 ◦ green 126 ◦ blue 42

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

Shades of Burnt Orange #FA7E2A

Tints of Burnt Orange #FA7E2A

RGB

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

 GREEN value IS 126 (49.61% from 255) = 30.14%

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

R = 59.81%
G = 30.14%
B = 10.05%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.83

 K value IS 0.02

RGB Variations

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

Color information

#FA7E2A (or 0xFA7E2A) is known color: Burnt Orange. HEX triplet: FA, 7E and 2A. RGB value is (250,126,42). Sum of RGB (Red+Green+Blue) = 250+126+42=418 (55% of max value = 765). Red value is 250 (98.05% from 255 or 59.81% from 418); Green value is 126 (49.61% from 255 or 30.14% from 418); Blue value is 42 (16.80% from 255 or 10.05% from 418); Max value from RGB is 250 - color contains mainly: red. Hex color #FA7E2A is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FA7E2A is #0581D5. Grayscale: #999999. Windows color (decimal): -360918 or 2785018. OLE color: 2785018.

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

Color convert

RGB 250 126 42 -
CMYK 0 0.50 0.83 0.02
HSL 24.23º 0.95% 0.57% -
HSV(B) 24.23º 0.83% 0.98% -
XYZ 47.3 35.41 6.53 -
YUV 153.5 65.08 196.83 -
System Red Green Blue C M Y K H S L
Decimal 250 126 42 0 0.50 0.83 0.02 24.23 0.95 0.57
Hex FA 7E 2A 0 32 53 2 18 5F 39
Octal 372 176 52 0 62 123 2 30 137 71
Binary 11111010 1111110 101010 0 110010 1010011 10 11000 1011111 111001

Color Harmonies of #FA7E2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA7E2A

Black with #FA7E2A

Text Example


Text Example

White with #FA7E2A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA7E2A; }

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

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

background-color css

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

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

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

border-color css

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

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

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