Html Css Color HEX #FA7C2A Burnt Orange

📋 copy color: '#FA7C2A'

red 250 ◦ green 124 ◦ blue 42

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

Shades of Burnt Orange #FA7C2A

Tints of Burnt Orange #FA7C2A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 10.1%

R = 60.1%
G = 29.81%
B = 10.1%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.83

 K value IS 0.02

RGB Variations

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

Color information

#FA7C2A (or 0xFA7C2A) is known color: Burnt Orange. HEX triplet: FA, 7C and 2A. RGB value is (250,124,42). Sum of RGB (Red+Green+Blue) = 250+124+42=416 (55% of max value = 765). Red value is 250 (98.05% from 255 or 60.10% from 416); Green value is 124 (48.83% from 255 or 29.81% from 416); Blue value is 42 (16.80% from 255 or 10.10% from 416); Max value from RGB is 250 - color contains mainly: red. Hex color #FA7C2A is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FA7C2A is #0583D5. Grayscale: #989898. Windows color (decimal): -361430 or 2784506. OLE color: 2784506.

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

Color convert

RGB 250 124 42 -
CMYK 0 0.50 0.83 0.02
HSL 23.65º 0.95% 0.57% -
HSV(B) 23.65º 0.83% 0.98% -
XYZ 47.05 34.91 6.45 -
YUV 152.33 65.74 197.67 -
System Red Green Blue C M Y K H S L
Decimal 250 124 42 0 0.50 0.83 0.02 23.65 0.95 0.57
Hex FA 7C 2A 0 32 53 2 18 5F 39
Octal 372 174 52 0 62 123 2 30 137 71
Binary 11111010 1111100 101010 0 110010 1010011 10 11000 1011111 111001

Color Harmonies of #FA7C2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA7C2A

Black with #FA7C2A

Text Example


Text Example

White with #FA7C2A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA7C2A; }

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

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

background-color css

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

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

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

border-color css

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

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

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