Html Css Color HEX #FA6934 Burnt Orange

📋 copy color: '#FA6934'

red 250 ◦ green 105 ◦ blue 52

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

Shades of Burnt Orange #FA6934

Tints of Burnt Orange #FA6934

RGB

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

 GREEN value IS 105 (41.41% from 255) = 25.8%

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

R = 61.43%
G = 25.8%
B = 12.78%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.79

 K value IS 0.02

RGB Variations

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

Color information

#FA6934 (or 0xFA6934) is known color: Burnt Orange. HEX triplet: FA, 69 and 34. RGB value is (250,105,52). Sum of RGB (Red+Green+Blue) = 250+105+52=407 (53% of max value = 765). Red value is 250 (98.05% from 255 or 61.43% from 407); Green value is 105 (41.41% from 255 or 25.80% from 407); Blue value is 52 (20.70% from 255 or 12.78% from 407); Max value from RGB is 250 - color contains mainly: red. Hex color #FA6934 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FA6934 is #0596CB. Grayscale: #8E8E8E. Windows color (decimal): -366284 or 3435002. OLE color: 3435002.

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

Color convert

RGB 250 105 52 -
CMYK 0 0.58 0.79 0.02
HSL 16.06º 0.95% 0.59% -
HSV(B) 16.06º 0.79% 0.98% -
XYZ 45.1 30.68 6.79 -
YUV 142.31 77.04 204.81 -
System Red Green Blue C M Y K H S L
Decimal 250 105 52 0 0.58 0.79 0.02 16.06 0.95 0.59
Hex FA 69 34 0 3A 4F 2 10 5F 3B
Octal 372 151 64 0 72 117 2 20 137 73
Binary 11111010 1101001 110100 0 111010 1001111 10 10000 1011111 111011

Color Harmonies of #FA6934

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA6934

Black with #FA6934

Text Example


Text Example

White with #FA6934

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA6934; }

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

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

background-color css

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

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

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

border-color css

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

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

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