Html Css Color HEX #FA952D Neon Carrot

📋 copy color: '#FA952D'

red 250 ◦ green 149 ◦ blue 45

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

Shades of Neon Carrot #FA952D

Tints of Neon Carrot #FA952D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 10.14%

R = 56.31%
G = 33.56%
B = 10.14%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.82

 K value IS 0.02

RGB Variations

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

Color information

#FA952D (or 0xFA952D) is known color: Neon Carrot. HEX triplet: FA, 95 and 2D. RGB value is (250,149,45). Sum of RGB (Red+Green+Blue) = 250+149+45=444 (58% of max value = 765). Red value is 250 (98.05% from 255 or 56.31% from 444); Green value is 149 (58.59% from 255 or 33.56% from 444); Blue value is 45 (17.97% from 255 or 10.14% from 444); Max value from RGB is 250 - color contains mainly: red. Hex color #FA952D is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FA952D is #056AD2. Grayscale: #A7A7A7. Windows color (decimal): -355027 or 2987514. OLE color: 2987514.

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

Color convert

RGB 250 149 45 -
CMYK 0 0.40 0.82 0.02
HSL 30.44º 0.95% 0.58% -
HSV(B) 30.44º 0.82% 0.98% -
XYZ 50.65 42.01 7.92 -
YUV 167.34 58.96 186.96 -
System Red Green Blue C M Y K H S L
Decimal 250 149 45 0 0.40 0.82 0.02 30.44 0.95 0.58
Hex FA 95 2D 0 28 52 2 1E 5F 3A
Octal 372 225 55 0 50 122 2 36 137 72
Binary 11111010 10010101 101101 0 101000 1010010 10 11110 1011111 111010

Color Harmonies of #FA952D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA952D

Black with #FA952D

Text Example


Text Example

White with #FA952D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA952D; }

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

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

background-color css

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

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

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

border-color css

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

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

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