Html Css Color HEX #FA7F2D Burnt Orange

📋 copy color: '#FA7F2D'

red 250 ◦ green 127 ◦ blue 45

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

Shades of Burnt Orange #FA7F2D

Tints of Burnt Orange #FA7F2D

RGB

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

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

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

R = 59.24%
G = 30.09%
B = 10.66%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.82

 K value IS 0.02

RGB Variations

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

Color information

#FA7F2D (or 0xFA7F2D) is known color: Burnt Orange. HEX triplet: FA, 7F and 2D. RGB value is (250,127,45). Sum of RGB (Red+Green+Blue) = 250+127+45=422 (55% of max value = 765). Red value is 250 (98.05% from 255 or 59.24% from 422); Green value is 127 (50% from 255 or 30.09% from 422); Blue value is 45 (17.97% from 255 or 10.66% from 422); Max value from RGB is 250 - color contains mainly: red. Hex color #FA7F2D is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FA7F2D is #0580D2. Grayscale: #9A9A9A. Windows color (decimal): -360659 or 2981882. OLE color: 2981882.

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

Color convert

RGB 250 127 45 -
CMYK 0 0.49 0.82 0.02
HSL 24º 0.95% 0.58% -
HSV(B) 24º 0.82% 0.98% -
XYZ 47.49 35.69 6.87 -
YUV 154.43 66.25 196.17 -
System Red Green Blue C M Y K H S L
Decimal 250 127 45 0 0.49 0.82 0.02 24 0.95 0.58
Hex FA 7F 2D 0 31 52 2 18 5F 3A
Octal 372 177 55 0 61 122 2 30 137 72
Binary 11111010 1111111 101101 0 110001 1010010 10 11000 1011111 111010

Color Harmonies of #FA7F2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA7F2D

Black with #FA7F2D

Text Example


Text Example

White with #FA7F2D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA7F2D; }

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

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

background-color css

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

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

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

border-color css

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

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

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