Html Css Color HEX #FA6C32 Burnt Orange

📋 copy color: '#FA6C32'

red 250 ◦ green 108 ◦ blue 50

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

Shades of Burnt Orange #FA6C32

Tints of Burnt Orange #FA6C32

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 12.25%

R = 61.27%
G = 26.47%
B = 12.25%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.8

 K value IS 0.02

RGB Variations

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

Color information

#FA6C32 (or 0xFA6C32) is known color: Burnt Orange. HEX triplet: FA, 6C and 32. RGB value is (250,108,50). Sum of RGB (Red+Green+Blue) = 250+108+50=408 (54% of max value = 765). Red value is 250 (98.05% from 255 or 61.27% from 408); Green value is 108 (42.58% from 255 or 26.47% from 408); Blue value is 50 (19.92% from 255 or 12.25% from 408); Max value from RGB is 250 - color contains mainly: red. Hex color #FA6C32 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FA6C32 is #0593CD. Grayscale: #909090. Windows color (decimal): -365518 or 3304698. OLE color: 3304698.

HSL color Cylindrical-coordinate representation of color #FA6C32: hue angle of 17.4º degrees, saturation: 0.95, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #FA6C32 is Cyan = 0, Magento = 0.57, Yellow = 0.8 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 108 50 -
CMYK 0 0.57 0.8 0.02
HSL 17.4º 0.95% 0.59% -
HSV(B) 17.4º 0.8% 0.98% -
XYZ 45.36 31.28 6.66 -
YUV 143.85 75.04 203.72 -
System Red Green Blue C M Y K H S L
Decimal 250 108 50 0 0.57 0.8 0.02 17.4 0.95 0.59
Hex FA 6C 32 0 39 50 2 11 5F 3B
Octal 372 154 62 0 71 120 2 21 137 73
Binary 11111010 1101100 110010 0 111001 1010000 10 10001 1011111 111011

Color Harmonies of #FA6C32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA6C32

Black with #FA6C32

Text Example


Text Example

White with #FA6C32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA6C32; }

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

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

background-color css

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

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

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

border-color css

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

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

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