Html Css Color HEX #FA9527 Neon Carrot

📋 copy color: '#FA9527'

red 250 ◦ green 149 ◦ blue 39

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

Shades of Neon Carrot #FA9527

Tints of Neon Carrot #FA9527

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 8.9%

R = 57.08%
G = 34.02%
B = 8.9%

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

#FA9527 (or 0xFA9527) is known color: Neon Carrot. HEX triplet: FA, 95 and 27. RGB value is (250,149,39). Sum of RGB (Red+Green+Blue) = 250+149+39=438 (58% of max value = 765). Red value is 250 (98.05% from 255 or 57.08% from 438); Green value is 149 (58.59% from 255 or 34.02% from 438); Blue value is 39 (15.62% from 255 or 8.90% from 438); Max value from RGB is 250 - color contains mainly: red. Hex color #FA9527 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FA9527 is #056AD8. Grayscale: #A7A7A7. Windows color (decimal): -355033 or 2594298. OLE color: 2594298.

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

Color convert

RGB 250 149 39 -
CMYK 0 0.40 0.84 0.02
HSL 31.28º 0.95% 0.57% -
HSV(B) 31.28º 0.84% 0.98% -
XYZ 50.54 41.97 7.36 -
YUV 166.66 55.96 187.44 -
System Red Green Blue C M Y K H S L
Decimal 250 149 39 0 0.40 0.84 0.02 31.28 0.95 0.57
Hex FA 95 27 0 28 54 2 1F 5F 39
Octal 372 225 47 0 50 124 2 37 137 71
Binary 11111010 10010101 100111 0 101000 1010100 10 11111 1011111 111001

Color Harmonies of #FA9527

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA9527

Black with #FA9527

Text Example


Text Example

White with #FA9527

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA9527; }

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

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

background-color css

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

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

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

border-color css

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

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

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