Html Css Color HEX #FA742F Burnt Orange

📋 copy color: '#FA742F'

red 250 ◦ green 116 ◦ blue 47

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

Shades of Burnt Orange #FA742F

Tints of Burnt Orange #FA742F

RGB

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

 GREEN value IS 116 (45.7% from 255) = 28.09%

 BLUE value IS 47 (18.75% from 255) = 11.38%

R = 60.53%
G = 28.09%
B = 11.38%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.81

 K value IS 0.02

RGB Variations

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

Color information

#FA742F (or 0xFA742F) is known color: Burnt Orange. HEX triplet: FA, 74 and 2F. RGB value is (250,116,47). Sum of RGB (Red+Green+Blue) = 250+116+47=413 (54% of max value = 765). Red value is 250 (98.05% from 255 or 60.53% from 413); Green value is 116 (45.70% from 255 or 28.09% from 413); Blue value is 47 (18.75% from 255 or 11.38% from 413); Max value from RGB is 250 - color contains mainly: red. Hex color #FA742F is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FA742F is #058BD0. Grayscale: #949494. Windows color (decimal): -363473 or 3110138. OLE color: 3110138.

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

Color convert

RGB 250 116 47 -
CMYK 0 0.54 0.81 0.02
HSL 20.39º 0.95% 0.58% -
HSV(B) 20.39º 0.81% 0.98% -
XYZ 46.18 33.02 6.63 -
YUV 148.2 70.89 200.61 -
System Red Green Blue C M Y K H S L
Decimal 250 116 47 0 0.54 0.81 0.02 20.39 0.95 0.58
Hex FA 74 2F 0 36 51 2 14 5F 3A
Octal 372 164 57 0 66 121 2 24 137 72
Binary 11111010 1110100 101111 0 110110 1010001 10 10100 1011111 111010

Color Harmonies of #FA742F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA742F

Black with #FA742F

Text Example


Text Example

White with #FA742F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA742F; }

 p { color: rgb(250,116,47); }

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

background-color css

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

 a { background-color: rgb(250,116,47); }

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

border-color css

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

 span { border-color: rgb(250,116,47); }

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