Html Css Color HEX #FA662D Burnt Orange

📋 copy color: '#FA662D'

red 250 ◦ green 102 ◦ blue 45

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

Shades of Burnt Orange #FA662D

Tints of Burnt Orange #FA662D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 11.34%

R = 62.97%
G = 25.69%
B = 11.34%

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

#FA662D (or 0xFA662D) is known color: Burnt Orange. HEX triplet: FA, 66 and 2D. RGB value is (250,102,45). Sum of RGB (Red+Green+Blue) = 250+102+45=397 (52% of max value = 765). Red value is 250 (98.05% from 255 or 62.97% from 397); Green value is 102 (40.23% from 255 or 25.69% from 397); Blue value is 45 (17.97% from 255 or 11.34% from 397); Max value from RGB is 250 - color contains mainly: red. Hex color #FA662D is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FA662D is #0599D2. Grayscale: #8C8C8C. Windows color (decimal): -367059 or 2975482. OLE color: 2975482.

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

Color convert

RGB 250 102 45 -
CMYK 0 0.59 0.82 0.02
HSL 16.68º 0.95% 0.58% -
HSV(B) 16.68º 0.82% 0.98% -
XYZ 44.65 30.02 5.92 -
YUV 139.75 74.53 206.63 -
System Red Green Blue C M Y K H S L
Decimal 250 102 45 0 0.59 0.82 0.02 16.68 0.95 0.58
Hex FA 66 2D 0 3B 52 2 11 5F 3A
Octal 372 146 55 0 73 122 2 21 137 72
Binary 11111010 1100110 101101 0 111011 1010010 10 10001 1011111 111010

Color Harmonies of #FA662D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA662D

Black with #FA662D

Text Example


Text Example

White with #FA662D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA662D; }

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

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

background-color css

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

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

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

border-color css

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

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

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