Html Css Color HEX #FA7D3C Burnt Orange

📋 copy color: '#FA7D3C'

red 250 ◦ green 125 ◦ blue 60

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

Shades of Burnt Orange #FA7D3C

Tints of Burnt Orange #FA7D3C

RGB

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

 GREEN value IS 125 (49.22% from 255) = 28.74%

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

R = 57.47%
G = 28.74%
B = 13.79%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.76

 K value IS 0.02

RGB Variations

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

Color information

#FA7D3C (or 0xFA7D3C) is known color: Burnt Orange. HEX triplet: FA, 7D and 3C. RGB value is (250,125,60). Sum of RGB (Red+Green+Blue) = 250+125+60=435 (57% of max value = 765). Red value is 250 (98.05% from 255 or 57.47% from 435); Green value is 125 (49.22% from 255 or 28.74% from 435); Blue value is 60 (23.83% from 255 or 13.79% from 435); Max value from RGB is 250 - color contains mainly: red. Hex color #FA7D3C is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FA7D3C is #0582C3. Grayscale: #9B9B9B. Windows color (decimal): -361156 or 3964410. OLE color: 3964410.

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

Color convert

RGB 250 125 60 -
CMYK 0 0.50 0.76 0.02
HSL 20.53º 0.95% 0.61% -
HSV(B) 20.53º 0.76% 0.98% -
XYZ 47.57 35.32 8.58 -
YUV 154.97 74.41 195.79 -
System Red Green Blue C M Y K H S L
Decimal 250 125 60 0 0.50 0.76 0.02 20.53 0.95 0.61
Hex FA 7D 3C 0 32 4C 2 15 5F 3D
Octal 372 175 74 0 62 114 2 25 137 75
Binary 11111010 1111101 111100 0 110010 1001100 10 10101 1011111 111101

Color Harmonies of #FA7D3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA7D3C

Black with #FA7D3C

Text Example


Text Example

White with #FA7D3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA7D3C; }

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

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

background-color css

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

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

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

border-color css

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

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

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