Html Css Color HEX #FA6B29 Burnt Orange

📋 copy color: '#FA6B29'

red 250 ◦ green 107 ◦ blue 41

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

Shades of Burnt Orange #FA6B29

Tints of Burnt Orange #FA6B29

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 10.3%

R = 62.81%
G = 26.88%
B = 10.3%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.84

 K value IS 0.02

RGB Variations

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

Color information

#FA6B29 (or 0xFA6B29) is known color: Burnt Orange. HEX triplet: FA, 6B and 29. RGB value is (250,107,41). Sum of RGB (Red+Green+Blue) = 250+107+41=398 (52% of max value = 765). Red value is 250 (98.05% from 255 or 62.81% from 398); Green value is 107 (42.19% from 255 or 26.88% from 398); Blue value is 41 (16.41% from 255 or 10.30% from 398); Max value from RGB is 250 - color contains mainly: red. Hex color #FA6B29 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FA6B29 is #0594D6. Grayscale: #8E8E8E. Windows color (decimal): -365783 or 2714618. OLE color: 2714618.

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

Color convert

RGB 250 107 41 -
CMYK 0 0.57 0.84 0.02
HSL 18.95º 0.95% 0.57% -
HSV(B) 18.95º 0.84% 0.98% -
XYZ 45.08 31 5.71 -
YUV 142.23 70.88 204.87 -
System Red Green Blue C M Y K H S L
Decimal 250 107 41 0 0.57 0.84 0.02 18.95 0.95 0.57
Hex FA 6B 29 0 39 54 2 13 5F 39
Octal 372 153 51 0 71 124 2 23 137 71
Binary 11111010 1101011 101001 0 111001 1010100 10 10011 1011111 111001

Color Harmonies of #FA6B29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA6B29

Black with #FA6B29

Text Example


Text Example

White with #FA6B29

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA6B29; }

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

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

background-color css

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

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

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

border-color css

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

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

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