Html Css Color HEX #FA6C2C Burnt Orange

📋 copy color: '#FA6C2C'

red 250 ◦ green 108 ◦ blue 44

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

Shades of Burnt Orange #FA6C2C

Tints of Burnt Orange #FA6C2C

RGB

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

 GREEN value IS 108 (42.58% from 255) = 26.87%

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

R = 62.19%
G = 26.87%
B = 10.95%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.82

 K value IS 0.02

RGB Variations

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

Color information

#FA6C2C (or 0xFA6C2C) is known color: Burnt Orange. HEX triplet: FA, 6C and 2C. RGB value is (250,108,44). Sum of RGB (Red+Green+Blue) = 250+108+44=402 (53% of max value = 765). Red value is 250 (98.05% from 255 or 62.19% from 402); Green value is 108 (42.58% from 255 or 26.87% from 402); Blue value is 44 (17.58% from 255 or 10.95% from 402); Max value from RGB is 250 - color contains mainly: red. Hex color #FA6C2C is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FA6C2C is #0593D3. Grayscale: #8F8F8F. Windows color (decimal): -365524 or 2911482. OLE color: 2911482.

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

Color convert

RGB 250 108 44 -
CMYK 0 0.57 0.82 0.02
HSL 18.64º 0.95% 0.58% -
HSV(B) 18.64º 0.82% 0.98% -
XYZ 45.24 31.23 6.03 -
YUV 143.16 72.04 204.2 -
System Red Green Blue C M Y K H S L
Decimal 250 108 44 0 0.57 0.82 0.02 18.64 0.95 0.58
Hex FA 6C 2C 0 39 52 2 13 5F 3A
Octal 372 154 54 0 71 122 2 23 137 72
Binary 11111010 1101100 101100 0 111001 1010010 10 10011 1011111 111010

Color Harmonies of #FA6C2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA6C2C

Black with #FA6C2C

Text Example


Text Example

White with #FA6C2C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA6C2C; }

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

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

background-color css

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

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

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

border-color css

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

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

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