Html Css Color HEX #FA662E Burnt Orange

📋 copy color: '#FA662E'

red 250 ◦ green 102 ◦ blue 46

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

Shades of Burnt Orange #FA662E

Tints of Burnt Orange #FA662E

RGB

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

 GREEN value IS 102 (40.23% from 255) = 25.63%

 BLUE value IS 46 (18.36% from 255) = 11.56%

R = 62.81%
G = 25.63%
B = 11.56%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.82

 K value IS 0.02

RGB Variations

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

Color information

#FA662E (or 0xFA662E) is known color: Burnt Orange. HEX triplet: FA, 66 and 2E. RGB value is (250,102,46). Sum of RGB (Red+Green+Blue) = 250+102+46=398 (52% of max value = 765). Red value is 250 (98.05% from 255 or 62.81% from 398); Green value is 102 (40.23% from 255 or 25.63% from 398); Blue value is 46 (18.36% from 255 or 11.56% from 398); Max value from RGB is 250 - color contains mainly: red. Hex color #FA662E is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FA662E is #0599D1. Grayscale: #8C8C8C. Windows color (decimal): -367058 or 3041018. OLE color: 3041018.

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

Color convert

RGB 250 102 46 -
CMYK 0 0.59 0.82 0.02
HSL 16.47º 0.95% 0.58% -
HSV(B) 16.47º 0.82% 0.98% -
XYZ 44.67 30.02 6.03 -
YUV 139.87 75.03 206.55 -
System Red Green Blue C M Y K H S L
Decimal 250 102 46 0 0.59 0.82 0.02 16.47 0.95 0.58
Hex FA 66 2E 0 3B 52 2 10 5F 3A
Octal 372 146 56 0 73 122 2 20 137 72
Binary 11111010 1100110 101110 0 111011 1010010 10 10000 1011111 111010

Color Harmonies of #FA662E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA662E

Black with #FA662E

Text Example


Text Example

White with #FA662E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA662E; }

 p { color: rgb(250,102,46); }

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

background-color css

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

 a { background-color: rgb(250,102,46); }

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

border-color css

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

 span { border-color: rgb(250,102,46); }

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