Html Css Color HEX #FA662C Burnt Orange

📋 copy color: '#FA662C'

red 250 ◦ green 102 ◦ blue 44

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

Shades of Burnt Orange #FA662C

Tints of Burnt Orange #FA662C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 11.11%

R = 63.13%
G = 25.76%
B = 11.11%

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

#FA662C (or 0xFA662C) is known color: Burnt Orange. HEX triplet: FA, 66 and 2C. RGB value is (250,102,44). Sum of RGB (Red+Green+Blue) = 250+102+44=396 (52% of max value = 765). Red value is 250 (98.05% from 255 or 63.13% from 396); Green value is 102 (40.23% from 255 or 25.76% from 396); Blue value is 44 (17.58% from 255 or 11.11% from 396); Max value from RGB is 250 - color contains mainly: red. Hex color #FA662C is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FA662C is #0599D3. Grayscale: #8C8C8C. Windows color (decimal): -367060 or 2909946. OLE color: 2909946.

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

Color convert

RGB 250 102 44 -
CMYK 0 0.59 0.82 0.02
HSL 16.89º 0.95% 0.58% -
HSV(B) 16.89º 0.82% 0.98% -
XYZ 44.63 30.01 5.82 -
YUV 139.64 74.03 206.72 -
System Red Green Blue C M Y K H S L
Decimal 250 102 44 0 0.59 0.82 0.02 16.89 0.95 0.58
Hex FA 66 2C 0 3B 52 2 11 5F 3A
Octal 372 146 54 0 73 122 2 21 137 72
Binary 11111010 1100110 101100 0 111011 1010010 10 10001 1011111 111010

Color Harmonies of #FA662C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA662C

Black with #FA662C

Text Example


Text Example

White with #FA662C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA662C; }

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

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

background-color css

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

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

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

border-color css

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

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

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