Html Css Color HEX #FC9C28 Neon Carrot

📋 copy color: '#FC9C28'

red 252 ◦ green 156 ◦ blue 40

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

Shades of Neon Carrot #FC9C28

Tints of Neon Carrot #FC9C28

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 8.93%

R = 56.25%
G = 34.82%
B = 8.93%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.84

 K value IS 0.01

RGB Variations

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

Color information

#FC9C28 (or 0xFC9C28) is known color: Neon Carrot. HEX triplet: FC, 9C and 28. RGB value is (252,156,40). Sum of RGB (Red+Green+Blue) = 252+156+40=448 (59% of max value = 765). Red value is 252 (98.83% from 255 or 56.25% from 448); Green value is 156 (61.33% from 255 or 34.82% from 448); Blue value is 40 (16.02% from 255 or 8.93% from 448); Max value from RGB is 252 - color contains mainly: red. Hex color #FC9C28 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FC9C28 is #0363D7. Grayscale: #ACACAC. Windows color (decimal): -222168 or 2661628. OLE color: 2661628.

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

Color convert

RGB 252 156 40 -
CMYK 0 0.38 0.84 0.01
HSL 32.83º 0.97% 0.57% -
HSV(B) 32.83º 0.84% 0.99% -
XYZ 52.42 44.63 7.86 -
YUV 171.48 53.8 185.43 -
System Red Green Blue C M Y K H S L
Decimal 252 156 40 0 0.38 0.84 0.01 32.83 0.97 0.57
Hex FC 9C 28 0 26 54 1 21 61 39
Octal 374 234 50 0 46 124 1 41 141 71
Binary 11111100 10011100 101000 0 100110 1010100 1 100001 1100001 111001

Color Harmonies of #FC9C28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC9C28

Black with #FC9C28

Text Example


Text Example

White with #FC9C28

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC9C28; }

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

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

background-color css

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

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

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

border-color css

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

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

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