Html Css Color HEX #FA7C2C Burnt Orange

📋 copy color: '#FA7C2C'

red 250 ◦ green 124 ◦ blue 44

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

Shades of Burnt Orange #FA7C2C

Tints of Burnt Orange #FA7C2C

RGB

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

 GREEN value IS 124 (48.83% from 255) = 29.67%

 BLUE value IS 44 (17.58% from 255) = 10.53%

R = 59.81%
G = 29.67%
B = 10.53%

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

#FA7C2C (or 0xFA7C2C) is known color: Burnt Orange. HEX triplet: FA, 7C and 2C. RGB value is (250,124,44). Sum of RGB (Red+Green+Blue) = 250+124+44=418 (55% of max value = 765). Red value is 250 (98.05% from 255 or 59.81% from 418); Green value is 124 (48.83% from 255 or 29.67% from 418); Blue value is 44 (17.58% from 255 or 10.53% from 418); Max value from RGB is 250 - color contains mainly: red. Hex color #FA7C2C is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FA7C2C is #0583D3. Grayscale: #999999. Windows color (decimal): -361428 or 2915578. OLE color: 2915578.

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

Color convert

RGB 250 124 44 -
CMYK 0 0.50 0.82 0.02
HSL 23.3º 0.95% 0.58% -
HSV(B) 23.3º 0.82% 0.98% -
XYZ 47.09 34.92 6.64 -
YUV 152.55 66.74 197.5 -
System Red Green Blue C M Y K H S L
Decimal 250 124 44 0 0.50 0.82 0.02 23.3 0.95 0.58
Hex FA 7C 2C 0 32 52 2 17 5F 3A
Octal 372 174 54 0 62 122 2 27 137 72
Binary 11111010 1111100 101100 0 110010 1010010 10 10111 1011111 111010

Color Harmonies of #FA7C2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA7C2C

Black with #FA7C2C

Text Example


Text Example

White with #FA7C2C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA7C2C; }

 p { color: rgb(250,124,44); }

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

background-color css

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

 a { background-color: rgb(250,124,44); }

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

border-color css

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

 span { border-color: rgb(250,124,44); }

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