Html Css Color HEX #FC952D Neon Carrot

📋 copy color: '#FC952D'

red 252 ◦ green 149 ◦ blue 45

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

Shades of Neon Carrot #FC952D

Tints of Neon Carrot #FC952D

RGB

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

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

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

R = 56.5%
G = 33.41%
B = 10.09%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.82

 K value IS 0.01

RGB Variations

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

Color information

#FC952D (or 0xFC952D) is known color: Neon Carrot. HEX triplet: FC, 95 and 2D. RGB value is (252,149,45). Sum of RGB (Red+Green+Blue) = 252+149+45=446 (59% of max value = 765). Red value is 252 (98.83% from 255 or 56.50% from 446); Green value is 149 (58.59% from 255 or 33.41% from 446); Blue value is 45 (17.97% from 255 or 10.09% from 446); Max value from RGB is 252 - color contains mainly: red. Hex color #FC952D is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FC952D is #036AD2. Grayscale: #A8A8A8. Windows color (decimal): -223955 or 2987516. OLE color: 2987516.

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

Color convert

RGB 252 149 45 -
CMYK 0 0.41 0.82 0.01
HSL 30.14º 0.97% 0.58% -
HSV(B) 30.14º 0.82% 0.99% -
XYZ 51.37 42.38 7.96 -
YUV 167.94 58.62 187.96 -
System Red Green Blue C M Y K H S L
Decimal 252 149 45 0 0.41 0.82 0.01 30.14 0.97 0.58
Hex FC 95 2D 0 29 52 1 1E 61 3A
Octal 374 225 55 0 51 122 1 36 141 72
Binary 11111100 10010101 101101 0 101001 1010010 1 11110 1100001 111010

Color Harmonies of #FC952D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC952D

Black with #FC952D

Text Example


Text Example

White with #FC952D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC952D; }

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

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

background-color css

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

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

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

border-color css

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

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

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