Html Css Color HEX #FA6B3E Burnt Orange

📋 copy color: '#FA6B3E'

red 250 ◦ green 107 ◦ blue 62

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

Shades of Burnt Orange #FA6B3E

Tints of Burnt Orange #FA6B3E

RGB

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

 GREEN value IS 107 (42.19% from 255) = 25.54%

 BLUE value IS 62 (24.61% from 255) = 14.8%

R = 59.67%
G = 25.54%
B = 14.8%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.75

 K value IS 0.02

RGB Variations

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

Color information

#FA6B3E (or 0xFA6B3E) is known color: Burnt Orange. HEX triplet: FA, 6B and 3E. RGB value is (250,107,62). Sum of RGB (Red+Green+Blue) = 250+107+62=419 (55% of max value = 765). Red value is 250 (98.05% from 255 or 59.67% from 419); Green value is 107 (42.19% from 255 or 25.54% from 419); Blue value is 62 (24.61% from 255 or 14.80% from 419); Max value from RGB is 250 - color contains mainly: red. Hex color #FA6B3E is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FA6B3E is #0594C1. Grayscale: #909090. Windows color (decimal): -365762 or 4090874. OLE color: 4090874.

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

Color convert

RGB 250 107 62 -
CMYK 0 0.57 0.75 0.02
HSL 14.36º 0.95% 0.61% -
HSV(B) 14.36º 0.75% 0.98% -
XYZ 45.55 31.19 8.18 -
YUV 144.63 81.38 203.16 -
System Red Green Blue C M Y K H S L
Decimal 250 107 62 0 0.57 0.75 0.02 14.36 0.95 0.61
Hex FA 6B 3E 0 39 4B 2 E 5F 3D
Octal 372 153 76 0 71 113 2 16 137 75
Binary 11111010 1101011 111110 0 111001 1001011 10 1110 1011111 111101

Color Harmonies of #FA6B3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA6B3E

Black with #FA6B3E

Text Example


Text Example

White with #FA6B3E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA6B3E; }

 p { color: rgb(250,107,62); }

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

background-color css

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

 a { background-color: rgb(250,107,62); }

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

border-color css

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

 span { border-color: rgb(250,107,62); }

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