Html Css Color HEX #FA6C2A Burnt Orange

📋 copy color: '#FA6C2A'

red 250 ◦ green 108 ◦ blue 42

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

Shades of Burnt Orange #FA6C2A

Tints of Burnt Orange #FA6C2A

RGB

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

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

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

R = 62.5%
G = 27%
B = 10.5%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.83

 K value IS 0.02

RGB Variations

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

Color information

#FA6C2A (or 0xFA6C2A) is known color: Burnt Orange. HEX triplet: FA, 6C and 2A. RGB value is (250,108,42). Sum of RGB (Red+Green+Blue) = 250+108+42=400 (52% of max value = 765). Red value is 250 (98.05% from 255 or 62.5% from 400); Green value is 108 (42.58% from 255 or 27% from 400); Blue value is 42 (16.80% from 255 or 10.5% from 400); Max value from RGB is 250 - color contains mainly: red. Hex color #FA6C2A is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FA6C2A is #0593D5. Grayscale: #8F8F8F. Windows color (decimal): -365526 or 2780410. OLE color: 2780410.

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

Color convert

RGB 250 108 42 -
CMYK 0 0.57 0.83 0.02
HSL 19.04º 0.95% 0.57% -
HSV(B) 19.04º 0.83% 0.98% -
XYZ 45.2 31.22 5.83 -
YUV 142.93 71.04 204.37 -
System Red Green Blue C M Y K H S L
Decimal 250 108 42 0 0.57 0.83 0.02 19.04 0.95 0.57
Hex FA 6C 2A 0 39 53 2 13 5F 39
Octal 372 154 52 0 71 123 2 23 137 71
Binary 11111010 1101100 101010 0 111001 1010011 10 10011 1011111 111001

Color Harmonies of #FA6C2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA6C2A

Black with #FA6C2A

Text Example


Text Example

White with #FA6C2A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA6C2A; }

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

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

background-color css

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

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

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

border-color css

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

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

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