Html Css Color HEX #FA953E Neon Carrot

📋 copy color: '#FA953E'

red 250 ◦ green 149 ◦ blue 62

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

Shades of Neon Carrot #FA953E

Tints of Neon Carrot #FA953E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 13.45%

R = 54.23%
G = 32.32%
B = 13.45%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.75

 K value IS 0.02

RGB Variations

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

Color information

#FA953E (or 0xFA953E) is known color: Neon Carrot. HEX triplet: FA, 95 and 3E. RGB value is (250,149,62). Sum of RGB (Red+Green+Blue) = 250+149+62=461 (61% of max value = 765). Red value is 250 (98.05% from 255 or 54.23% from 461); Green value is 149 (58.59% from 255 or 32.32% from 461); Blue value is 62 (24.61% from 255 or 13.45% from 461); Max value from RGB is 250 - color contains mainly: red. Hex color #FA953E is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FA953E is #056AC1. Grayscale: #A9A9A9. Windows color (decimal): -355010 or 4101626. OLE color: 4101626.

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

Color convert

RGB 250 149 62 -
CMYK 0 0.40 0.75 0.02
HSL 27.77º 0.95% 0.61% -
HSV(B) 27.77º 0.75% 0.98% -
XYZ 51.04 42.17 10.01 -
YUV 169.28 67.46 185.57 -
System Red Green Blue C M Y K H S L
Decimal 250 149 62 0 0.40 0.75 0.02 27.77 0.95 0.61
Hex FA 95 3E 0 28 4B 2 1C 5F 3D
Octal 372 225 76 0 50 113 2 34 137 75
Binary 11111010 10010101 111110 0 101000 1001011 10 11100 1011111 111101

Color Harmonies of #FA953E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA953E

Black with #FA953E

Text Example


Text Example

White with #FA953E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA953E; }

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

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

background-color css

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

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

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

border-color css

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

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

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