Html Css Color HEX #FA7F2F Burnt Orange

📋 copy color: '#FA7F2F'

red 250 ◦ green 127 ◦ blue 47

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

Shades of Burnt Orange #FA7F2F

Tints of Burnt Orange #FA7F2F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 11.08%

R = 58.96%
G = 29.95%
B = 11.08%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.81

 K value IS 0.02

RGB Variations

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

Color information

#FA7F2F (or 0xFA7F2F) is known color: Burnt Orange. HEX triplet: FA, 7F and 2F. RGB value is (250,127,47). Sum of RGB (Red+Green+Blue) = 250+127+47=424 (56% of max value = 765). Red value is 250 (98.05% from 255 or 58.96% from 424); Green value is 127 (50% from 255 or 29.95% from 424); Blue value is 47 (18.75% from 255 or 11.08% from 424); Max value from RGB is 250 - color contains mainly: red. Hex color #FA7F2F is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FA7F2F is #0580D0. Grayscale: #9B9B9B. Windows color (decimal): -360657 or 3112954. OLE color: 3112954.

HSL color Cylindrical-coordinate representation of color #FA7F2F: hue angle of 23.65º degrees, saturation: 0.95, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #FA7F2F is Cyan = 0, Magento = 0.49, Yellow = 0.81 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 127 47 -
CMYK 0 0.49 0.81 0.02
HSL 23.65º 0.95% 0.58% -
HSV(B) 23.65º 0.81% 0.98% -
XYZ 47.53 35.71 7.08 -
YUV 154.66 67.25 196 -
System Red Green Blue C M Y K H S L
Decimal 250 127 47 0 0.49 0.81 0.02 23.65 0.95 0.58
Hex FA 7F 2F 0 31 51 2 18 5F 3A
Octal 372 177 57 0 61 121 2 30 137 72
Binary 11111010 1111111 101111 0 110001 1010001 10 11000 1011111 111010

Color Harmonies of #FA7F2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA7F2F

Black with #FA7F2F

Text Example


Text Example

White with #FA7F2F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA7F2F; }

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

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

background-color css

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

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

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

border-color css

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

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

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