Html Css Color HEX #FC9D2D Neon Carrot

📋 copy color: '#FC9D2D'

red 252 ◦ green 157 ◦ blue 45

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

Shades of Neon Carrot #FC9D2D

Tints of Neon Carrot #FC9D2D

RGB

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

 GREEN value IS 157 (61.72% from 255) = 34.58%

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

R = 55.51%
G = 34.58%
B = 9.91%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.82

 K value IS 0.01

RGB Variations

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

Color information

#FC9D2D (or 0xFC9D2D) is known color: Neon Carrot. HEX triplet: FC, 9D and 2D. RGB value is (252,157,45). Sum of RGB (Red+Green+Blue) = 252+157+45=454 (60% of max value = 765). Red value is 252 (98.83% from 255 or 55.51% from 454); Green value is 157 (61.72% from 255 or 34.58% from 454); Blue value is 45 (17.97% from 255 or 9.91% from 454); Max value from RGB is 252 - color contains mainly: red. Hex color #FC9D2D is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FC9D2D is #0362D2. Grayscale: #ADADAD. Windows color (decimal): -221907 or 2989564. OLE color: 2989564.

HSL color Cylindrical-coordinate representation of color #FC9D2D: hue angle of 32.46º 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 #FC9D2D is Cyan = 0, Magento = 0.38, Yellow = 0.82 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 157 45 -
CMYK 0 0.38 0.82 0.01
HSL 32.46º 0.97% 0.58% -
HSV(B) 32.46º 0.82% 0.99% -
XYZ 52.68 45 8.39 -
YUV 172.64 55.97 184.61 -
System Red Green Blue C M Y K H S L
Decimal 252 157 45 0 0.38 0.82 0.01 32.46 0.97 0.58
Hex FC 9D 2D 0 26 52 1 20 61 3A
Octal 374 235 55 0 46 122 1 40 141 72
Binary 11111100 10011101 101101 0 100110 1010010 1 100000 1100001 111010

Color Harmonies of #FC9D2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC9D2D

Black with #FC9D2D

Text Example


Text Example

White with #FC9D2D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC9D2D; }

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

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

background-color css

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

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

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

border-color css

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

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

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