Html Css Color HEX #FA9529 Neon Carrot

📋 copy color: '#FA9529'

red 250 ◦ green 149 ◦ blue 41

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

Shades of Neon Carrot #FA9529

Tints of Neon Carrot #FA9529

RGB

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

 GREEN value IS 149 (58.59% from 255) = 33.86%

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

R = 56.82%
G = 33.86%
B = 9.32%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.84

 K value IS 0.02

RGB Variations

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

Color information

#FA9529 (or 0xFA9529) is known color: Neon Carrot. HEX triplet: FA, 95 and 29. RGB value is (250,149,41). Sum of RGB (Red+Green+Blue) = 250+149+41=440 (58% of max value = 765). Red value is 250 (98.05% from 255 or 56.82% from 440); Green value is 149 (58.59% from 255 or 33.86% from 440); Blue value is 41 (16.41% from 255 or 9.32% from 440); Max value from RGB is 250 - color contains mainly: red. Hex color #FA9529 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FA9529 is #056AD6. Grayscale: #A7A7A7. Windows color (decimal): -355031 or 2725370. OLE color: 2725370.

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

Color convert

RGB 250 149 41 -
CMYK 0 0.40 0.84 0.02
HSL 31º 0.95% 0.57% -
HSV(B) 31º 0.84% 0.98% -
XYZ 50.57 41.98 7.54 -
YUV 166.89 56.96 187.28 -
System Red Green Blue C M Y K H S L
Decimal 250 149 41 0 0.40 0.84 0.02 31 0.95 0.57
Hex FA 95 29 0 28 54 2 1F 5F 39
Octal 372 225 51 0 50 124 2 37 137 71
Binary 11111010 10010101 101001 0 101000 1010100 10 11111 1011111 111001

Color Harmonies of #FA9529

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA9529

Black with #FA9529

Text Example


Text Example

White with #FA9529

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA9529; }

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

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

background-color css

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

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

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

border-color css

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

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

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