Html Css Color HEX #FA7E2B Burnt Orange

📋 copy color: '#FA7E2B'

red 250 ◦ green 126 ◦ blue 43

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

Shades of Burnt Orange #FA7E2B

Tints of Burnt Orange #FA7E2B

RGB

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

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

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

R = 59.67%
G = 30.07%
B = 10.26%

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

#FA7E2B (or 0xFA7E2B) is known color: Burnt Orange. HEX triplet: FA, 7E and 2B. RGB value is (250,126,43). Sum of RGB (Red+Green+Blue) = 250+126+43=419 (55% of max value = 765). Red value is 250 (98.05% from 255 or 59.67% from 419); Green value is 126 (49.61% from 255 or 30.07% from 419); Blue value is 43 (17.19% from 255 or 10.26% from 419); Max value from RGB is 250 - color contains mainly: red. Hex color #FA7E2B is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FA7E2B is #0581D4. Grayscale: #9A9A9A. Windows color (decimal): -360917 or 2850554. OLE color: 2850554.

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

Color convert

RGB 250 126 43 -
CMYK 0 0.50 0.83 0.02
HSL 24.06º 0.95% 0.57% -
HSV(B) 24.06º 0.83% 0.98% -
XYZ 47.32 35.42 6.63 -
YUV 153.61 65.58 196.75 -
System Red Green Blue C M Y K H S L
Decimal 250 126 43 0 0.50 0.83 0.02 24.06 0.95 0.57
Hex FA 7E 2B 0 32 53 2 18 5F 39
Octal 372 176 53 0 62 123 2 30 137 71
Binary 11111010 1111110 101011 0 110010 1010011 10 11000 1011111 111001

Color Harmonies of #FA7E2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA7E2B

Black with #FA7E2B

Text Example


Text Example

White with #FA7E2B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA7E2B; }

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

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

background-color css

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

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

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

border-color css

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

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

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