Html Css Color HEX #FC952A Neon Carrot

📋 copy color: '#FC952A'

red 252 ◦ green 149 ◦ blue 42

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

Shades of Neon Carrot #FC952A

Tints of Neon Carrot #FC952A

RGB

 RED value IS 252 (98.83% from 255) = 56.88%

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

 BLUE value IS 42 (16.8% from 255) = 9.48%

R = 56.88%
G = 33.63%
B = 9.48%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.83

 K value IS 0.01

RGB Variations

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

Color information

#FC952A (or 0xFC952A) is known color: Neon Carrot. HEX triplet: FC, 95 and 2A. RGB value is (252,149,42). Sum of RGB (Red+Green+Blue) = 252+149+42=443 (58% of max value = 765). Red value is 252 (98.83% from 255 or 56.88% from 443); Green value is 149 (58.59% from 255 or 33.63% from 443); Blue value is 42 (16.80% from 255 or 9.48% from 443); Max value from RGB is 252 - color contains mainly: red. Hex color #FC952A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FC952A is #036AD5. Grayscale: #A8A8A8. Windows color (decimal): -223958 or 2790908. OLE color: 2790908.

HSL color Cylindrical-coordinate representation of color #FC952A: hue angle of 30.57º degrees, saturation: 0.97, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #FC952A is Cyan = 0, Magento = 0.41, Yellow = 0.83 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 149 42 -
CMYK 0 0.41 0.83 0.01
HSL 30.57º 0.97% 0.58% -
HSV(B) 30.57º 0.83% 0.99% -
XYZ 51.31 42.36 7.66 -
YUV 167.6 57.12 188.2 -
System Red Green Blue C M Y K H S L
Decimal 252 149 42 0 0.41 0.83 0.01 30.57 0.97 0.58
Hex FC 95 2A 0 29 53 1 1F 61 3A
Octal 374 225 52 0 51 123 1 37 141 72
Binary 11111100 10010101 101010 0 101001 1010011 1 11111 1100001 111010

Color Harmonies of #FC952A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC952A

Black with #FC952A

Text Example


Text Example

White with #FC952A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC952A; }

 p { color: rgb(252,149,42); }

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

background-color css

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

 a { background-color: rgb(252,149,42); }

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

border-color css

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

 span { border-color: rgb(252,149,42); }

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