Html Css Color HEX #FA7F2B Burnt Orange

📋 copy color: '#FA7F2B'

red 250 ◦ green 127 ◦ blue 43

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

Shades of Burnt Orange #FA7F2B

Tints of Burnt Orange #FA7F2B

RGB

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

 GREEN value IS 127 (50% from 255) = 30.24%

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

R = 59.52%
G = 30.24%
B = 10.24%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.83

 K value IS 0.02

RGB Variations

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

Color information

#FA7F2B (or 0xFA7F2B) is known color: Burnt Orange. HEX triplet: FA, 7F and 2B. RGB value is (250,127,43). Sum of RGB (Red+Green+Blue) = 250+127+43=420 (55% of max value = 765). Red value is 250 (98.05% from 255 or 59.52% from 420); Green value is 127 (50% from 255 or 30.24% from 420); Blue value is 43 (17.19% from 255 or 10.24% from 420); Max value from RGB is 250 - color contains mainly: red. Hex color #FA7F2B is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FA7F2B is #0580D4. Grayscale: #9A9A9A. Windows color (decimal): -360661 or 2850810. OLE color: 2850810.

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

Color convert

RGB 250 127 43 -
CMYK 0 0.49 0.83 0.02
HSL 24.35º 0.95% 0.57% -
HSV(B) 24.35º 0.83% 0.98% -
XYZ 47.45 35.68 6.67 -
YUV 154.2 65.25 196.33 -
System Red Green Blue C M Y K H S L
Decimal 250 127 43 0 0.49 0.83 0.02 24.35 0.95 0.57
Hex FA 7F 2B 0 31 53 2 18 5F 39
Octal 372 177 53 0 61 123 2 30 137 71
Binary 11111010 1111111 101011 0 110001 1010011 10 11000 1011111 111001

Color Harmonies of #FA7F2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA7F2B

Black with #FA7F2B

Text Example


Text Example

White with #FA7F2B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA7F2B; }

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

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

background-color css

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

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

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

border-color css

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

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

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