Html Css Color HEX #FA7C2D Burnt Orange

📋 copy color: '#FA7C2D'

red 250 ◦ green 124 ◦ blue 45

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

Shades of Burnt Orange #FA7C2D

Tints of Burnt Orange #FA7C2D

RGB

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

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

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

R = 59.67%
G = 29.59%
B = 10.74%

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

#FA7C2D (or 0xFA7C2D) is known color: Burnt Orange. HEX triplet: FA, 7C and 2D. RGB value is (250,124,45). Sum of RGB (Red+Green+Blue) = 250+124+45=419 (55% of max value = 765). Red value is 250 (98.05% from 255 or 59.67% from 419); Green value is 124 (48.83% from 255 or 29.59% from 419); Blue value is 45 (17.97% from 255 or 10.74% from 419); Max value from RGB is 250 - color contains mainly: red. Hex color #FA7C2D is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FA7C2D is #0583D2. Grayscale: #999999. Windows color (decimal): -361427 or 2981114. OLE color: 2981114.

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

Color convert

RGB 250 124 45 -
CMYK 0 0.50 0.82 0.02
HSL 23.12º 0.95% 0.58% -
HSV(B) 23.12º 0.82% 0.98% -
XYZ 47.11 34.93 6.74 -
YUV 152.67 67.24 197.42 -
System Red Green Blue C M Y K H S L
Decimal 250 124 45 0 0.50 0.82 0.02 23.12 0.95 0.58
Hex FA 7C 2D 0 32 52 2 17 5F 3A
Octal 372 174 55 0 62 122 2 27 137 72
Binary 11111010 1111100 101101 0 110010 1010010 10 10111 1011111 111010

Color Harmonies of #FA7C2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA7C2D

Black with #FA7C2D

Text Example


Text Example

White with #FA7C2D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA7C2D; }

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

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

background-color css

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

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

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

border-color css

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

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

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