Html Css Color HEX #FA7B29 Burnt Orange

📋 copy color: '#FA7B29'

red 250 ◦ green 123 ◦ blue 41

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

Shades of Burnt Orange #FA7B29

Tints of Burnt Orange #FA7B29

RGB

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

 GREEN value IS 123 (48.44% from 255) = 29.71%

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

R = 60.39%
G = 29.71%
B = 9.9%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.84

 K value IS 0.02

RGB Variations

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

Color information

#FA7B29 (or 0xFA7B29) is known color: Burnt Orange. HEX triplet: FA, 7B and 29. RGB value is (250,123,41). Sum of RGB (Red+Green+Blue) = 250+123+41=414 (54% of max value = 765). Red value is 250 (98.05% from 255 or 60.39% from 414); Green value is 123 (48.44% from 255 or 29.71% from 414); Blue value is 41 (16.41% from 255 or 9.90% from 414); Max value from RGB is 250 - color contains mainly: red. Hex color #FA7B29 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FA7B29 is #0584D6. Grayscale: #989898. Windows color (decimal): -361687 or 2718714. OLE color: 2718714.

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

Color convert

RGB 250 123 41 -
CMYK 0 0.51 0.84 0.02
HSL 23.54º 0.95% 0.57% -
HSV(B) 23.54º 0.84% 0.98% -
XYZ 46.91 34.65 6.31 -
YUV 151.63 65.58 198.17 -
System Red Green Blue C M Y K H S L
Decimal 250 123 41 0 0.51 0.84 0.02 23.54 0.95 0.57
Hex FA 7B 29 0 33 54 2 18 5F 39
Octal 372 173 51 0 63 124 2 30 137 71
Binary 11111010 1111011 101001 0 110011 1010100 10 11000 1011111 111001

Color Harmonies of #FA7B29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA7B29

Black with #FA7B29

Text Example


Text Example

White with #FA7B29

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA7B29; }

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

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

background-color css

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

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

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

border-color css

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

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

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