Html Css Color HEX #FA6C34 Burnt Orange

📋 copy color: '#FA6C34'

red 250 ◦ green 108 ◦ blue 52

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

Shades of Burnt Orange #FA6C34

Tints of Burnt Orange #FA6C34

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 12.68%

R = 60.98%
G = 26.34%
B = 12.68%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.79

 K value IS 0.02

RGB Variations

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

Color information

#FA6C34 (or 0xFA6C34) is known color: Burnt Orange. HEX triplet: FA, 6C and 34. RGB value is (250,108,52). Sum of RGB (Red+Green+Blue) = 250+108+52=410 (54% of max value = 765). Red value is 250 (98.05% from 255 or 60.98% from 410); Green value is 108 (42.58% from 255 or 26.34% from 410); Blue value is 52 (20.70% from 255 or 12.68% from 410); Max value from RGB is 250 - color contains mainly: red. Hex color #FA6C34 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FA6C34 is #0593CB. Grayscale: #909090. Windows color (decimal): -365516 or 3435770. OLE color: 3435770.

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

Color convert

RGB 250 108 52 -
CMYK 0 0.57 0.79 0.02
HSL 16.97º 0.95% 0.59% -
HSV(B) 16.97º 0.79% 0.98% -
XYZ 45.41 31.3 6.9 -
YUV 144.07 76.04 203.55 -
System Red Green Blue C M Y K H S L
Decimal 250 108 52 0 0.57 0.79 0.02 16.97 0.95 0.59
Hex FA 6C 34 0 39 4F 2 11 5F 3B
Octal 372 154 64 0 71 117 2 21 137 73
Binary 11111010 1101100 110100 0 111001 1001111 10 10001 1011111 111011

Color Harmonies of #FA6C34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA6C34

Black with #FA6C34

Text Example


Text Example

White with #FA6C34

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA6C34; }

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

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

background-color css

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

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

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

border-color css

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

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

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