Html Css Color HEX #FC9C2A Neon Carrot

📋 copy color: '#FC9C2A'

red 252 ◦ green 156 ◦ blue 42

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

Shades of Neon Carrot #FC9C2A

Tints of Neon Carrot #FC9C2A

RGB

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

 GREEN value IS 156 (61.33% from 255) = 34.67%

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

R = 56%
G = 34.67%
B = 9.33%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.83

 K value IS 0.01

RGB Variations

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

Color information

#FC9C2A (or 0xFC9C2A) is known color: Neon Carrot. HEX triplet: FC, 9C and 2A. RGB value is (252,156,42). Sum of RGB (Red+Green+Blue) = 252+156+42=450 (59% of max value = 765). Red value is 252 (98.83% from 255 or 56% from 450); Green value is 156 (61.33% from 255 or 34.67% from 450); Blue value is 42 (16.80% from 255 or 9.33% from 450); Max value from RGB is 252 - color contains mainly: red. Hex color #FC9C2A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FC9C2A is #0363D5. Grayscale: #ACACAC. Windows color (decimal): -222166 or 2792700. OLE color: 2792700.

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

Color convert

RGB 252 156 42 -
CMYK 0 0.38 0.83 0.01
HSL 32.57º 0.97% 0.58% -
HSV(B) 32.57º 0.83% 0.99% -
XYZ 52.45 44.64 8.04 -
YUV 171.71 54.8 185.27 -
System Red Green Blue C M Y K H S L
Decimal 252 156 42 0 0.38 0.83 0.01 32.57 0.97 0.58
Hex FC 9C 2A 0 26 53 1 21 61 3A
Octal 374 234 52 0 46 123 1 41 141 72
Binary 11111100 10011100 101010 0 100110 1010011 1 100001 1100001 111010

Color Harmonies of #FC9C2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC9C2A

Black with #FC9C2A

Text Example


Text Example

White with #FC9C2A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC9C2A; }

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

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

background-color css

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

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

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

border-color css

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

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

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