Html Css Color HEX #FA8B29 Carrot Orange

📋 copy color: '#FA8B29'

red 250 ◦ green 139 ◦ blue 41

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

Shades of Carrot Orange #FA8B29

Tints of Carrot Orange #FA8B29

RGB

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

 GREEN value IS 139 (54.69% from 255) = 32.33%

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

R = 58.14%
G = 32.33%
B = 9.53%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.84

 K value IS 0.02

RGB Variations

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

Color information

#FA8B29 (or 0xFA8B29) is known color: Carrot Orange. HEX triplet: FA, 8B and 29. RGB value is (250,139,41). Sum of RGB (Red+Green+Blue) = 250+139+41=430 (56% of max value = 765). Red value is 250 (98.05% from 255 or 58.14% from 430); Green value is 139 (54.69% from 255 or 32.33% from 430); Blue value is 41 (16.41% from 255 or 9.53% from 430); Max value from RGB is 250 - color contains mainly: red. Hex color #FA8B29 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FA8B29 is #0574D6. Grayscale: #A1A1A1. Windows color (decimal): -357591 or 2722810. OLE color: 2722810.

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

Color convert

RGB 250 139 41 -
CMYK 0 0.44 0.84 0.02
HSL 28.13º 0.95% 0.57% -
HSV(B) 28.13º 0.84% 0.98% -
XYZ 49.06 38.95 7.03 -
YUV 161.02 60.27 191.47 -
System Red Green Blue C M Y K H S L
Decimal 250 139 41 0 0.44 0.84 0.02 28.13 0.95 0.57
Hex FA 8B 29 0 2C 54 2 1C 5F 39
Octal 372 213 51 0 54 124 2 34 137 71
Binary 11111010 10001011 101001 0 101100 1010100 10 11100 1011111 111001

Color Harmonies of #FA8B29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA8B29

Black with #FA8B29

Text Example


Text Example

White with #FA8B29

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA8B29; }

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

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

background-color css

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

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

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

border-color css

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

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

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