Html Css Color HEX #FA7E2C Burnt Orange

📋 copy color: '#FA7E2C'

red 250 ◦ green 126 ◦ blue 44

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

Shades of Burnt Orange #FA7E2C

Tints of Burnt Orange #FA7E2C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 10.48%

R = 59.52%
G = 30%
B = 10.48%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.82

 K value IS 0.02

RGB Variations

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

Color information

#FA7E2C (or 0xFA7E2C) is known color: Burnt Orange. HEX triplet: FA, 7E and 2C. RGB value is (250,126,44). Sum of RGB (Red+Green+Blue) = 250+126+44=420 (55% of max value = 765). Red value is 250 (98.05% from 255 or 59.52% from 420); Green value is 126 (49.61% from 255 or 30% from 420); Blue value is 44 (17.58% from 255 or 10.48% from 420); Max value from RGB is 250 - color contains mainly: red. Hex color #FA7E2C is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FA7E2C is #0581D3. Grayscale: #9A9A9A. Windows color (decimal): -360916 or 2916090. OLE color: 2916090.

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

Color convert

RGB 250 126 44 -
CMYK 0 0.50 0.82 0.02
HSL 23.88º 0.95% 0.58% -
HSV(B) 23.88º 0.82% 0.98% -
XYZ 47.34 35.43 6.73 -
YUV 153.73 66.08 196.67 -
System Red Green Blue C M Y K H S L
Decimal 250 126 44 0 0.50 0.82 0.02 23.88 0.95 0.58
Hex FA 7E 2C 0 32 52 2 18 5F 3A
Octal 372 176 54 0 62 122 2 30 137 72
Binary 11111010 1111110 101100 0 110010 1010010 10 11000 1011111 111010

Color Harmonies of #FA7E2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA7E2C

Black with #FA7E2C

Text Example


Text Example

White with #FA7E2C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA7E2C; }

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

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

background-color css

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

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

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

border-color css

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

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

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