Html Css Color HEX #FA7E2D Burnt Orange

📋 copy color: '#FA7E2D'

red 250 ◦ green 126 ◦ blue 45

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

Shades of Burnt Orange #FA7E2D

Tints of Burnt Orange #FA7E2D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 10.69%

R = 59.38%
G = 29.93%
B = 10.69%

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

#FA7E2D (or 0xFA7E2D) is known color: Burnt Orange. HEX triplet: FA, 7E and 2D. RGB value is (250,126,45). Sum of RGB (Red+Green+Blue) = 250+126+45=421 (55% of max value = 765). Red value is 250 (98.05% from 255 or 59.38% from 421); Green value is 126 (49.61% from 255 or 29.93% from 421); Blue value is 45 (17.97% from 255 or 10.69% from 421); Max value from RGB is 250 - color contains mainly: red. Hex color #FA7E2D is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FA7E2D is #0581D2. Grayscale: #9A9A9A. Windows color (decimal): -360915 or 2981626. OLE color: 2981626.

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

Color convert

RGB 250 126 45 -
CMYK 0 0.50 0.82 0.02
HSL 23.71º 0.95% 0.58% -
HSV(B) 23.71º 0.82% 0.98% -
XYZ 47.36 35.44 6.83 -
YUV 153.84 66.58 196.59 -
System Red Green Blue C M Y K H S L
Decimal 250 126 45 0 0.50 0.82 0.02 23.71 0.95 0.58
Hex FA 7E 2D 0 32 52 2 18 5F 3A
Octal 372 176 55 0 62 122 2 30 137 72
Binary 11111010 1111110 101101 0 110010 1010010 10 11000 1011111 111010

Color Harmonies of #FA7E2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA7E2D

Black with #FA7E2D

Text Example


Text Example

White with #FA7E2D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA7E2D; }

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

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

background-color css

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

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

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

border-color css

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

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

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