Html Css Color HEX #FA722C Burnt Orange

📋 copy color: '#FA722C'

red 250 ◦ green 114 ◦ blue 44

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

Shades of Burnt Orange #FA722C

Tints of Burnt Orange #FA722C

RGB

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

 GREEN value IS 114 (44.92% from 255) = 27.94%

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

R = 61.27%
G = 27.94%
B = 10.78%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.82

 K value IS 0.02

RGB Variations

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

Color information

#FA722C (or 0xFA722C) is known color: Burnt Orange. HEX triplet: FA, 72 and 2C. RGB value is (250,114,44). Sum of RGB (Red+Green+Blue) = 250+114+44=408 (54% of max value = 765). Red value is 250 (98.05% from 255 or 61.27% from 408); Green value is 114 (44.92% from 255 or 27.94% from 408); Blue value is 44 (17.58% from 255 or 10.78% from 408); Max value from RGB is 250 - color contains mainly: red. Hex color #FA722C is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FA722C is #058DD3. Grayscale: #939393. Windows color (decimal): -363988 or 2913018. OLE color: 2913018.

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

Color convert

RGB 250 114 44 -
CMYK 0 0.54 0.82 0.02
HSL 20.39º 0.95% 0.58% -
HSV(B) 20.39º 0.82% 0.98% -
XYZ 45.9 32.54 6.24 -
YUV 146.68 70.06 201.69 -
System Red Green Blue C M Y K H S L
Decimal 250 114 44 0 0.54 0.82 0.02 20.39 0.95 0.58
Hex FA 72 2C 0 36 52 2 14 5F 3A
Octal 372 162 54 0 66 122 2 24 137 72
Binary 11111010 1110010 101100 0 110110 1010010 10 10100 1011111 111010

Color Harmonies of #FA722C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA722C

Black with #FA722C

Text Example


Text Example

White with #FA722C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA722C; }

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

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

background-color css

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

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

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

border-color css

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

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

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