Html Css Color HEX #FA743C Burnt Orange

📋 copy color: '#FA743C'

red 250 ◦ green 116 ◦ blue 60

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

Shades of Burnt Orange #FA743C

Tints of Burnt Orange #FA743C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 14.08%

R = 58.69%
G = 27.23%
B = 14.08%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.76

 K value IS 0.02

RGB Variations

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

Color information

#FA743C (or 0xFA743C) is known color: Burnt Orange. HEX triplet: FA, 74 and 3C. RGB value is (250,116,60). Sum of RGB (Red+Green+Blue) = 250+116+60=426 (56% of max value = 765). Red value is 250 (98.05% from 255 or 58.69% from 426); Green value is 116 (45.70% from 255 or 27.23% from 426); Blue value is 60 (23.83% from 255 or 14.08% from 426); Max value from RGB is 250 - color contains mainly: red. Hex color #FA743C is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FA743C is #058BC3. Grayscale: #969696. Windows color (decimal): -363460 or 3962106. OLE color: 3962106.

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

Color convert

RGB 250 116 60 -
CMYK 0 0.54 0.76 0.02
HSL 17.68º 0.95% 0.61% -
HSV(B) 17.68º 0.76% 0.98% -
XYZ 46.49 33.14 8.22 -
YUV 149.68 77.39 199.55 -
System Red Green Blue C M Y K H S L
Decimal 250 116 60 0 0.54 0.76 0.02 17.68 0.95 0.61
Hex FA 74 3C 0 36 4C 2 12 5F 3D
Octal 372 164 74 0 66 114 2 22 137 75
Binary 11111010 1110100 111100 0 110110 1001100 10 10010 1011111 111101

Color Harmonies of #FA743C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA743C

Black with #FA743C

Text Example


Text Example

White with #FA743C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA743C; }

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

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

background-color css

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

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

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

border-color css

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

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

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