Html Css Color HEX #FC8C2E Neon Carrot

📋 copy color: '#FC8C2E'

red 252 ◦ green 140 ◦ blue 46

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

Shades of Neon Carrot #FC8C2E

Tints of Neon Carrot #FC8C2E

RGB

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

 GREEN value IS 140 (55.08% from 255) = 31.96%

 BLUE value IS 46 (18.36% from 255) = 10.5%

R = 57.53%
G = 31.96%
B = 10.5%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.82

 K value IS 0.01

RGB Variations

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

Color information

#FC8C2E (or 0xFC8C2E) is known color: Neon Carrot. HEX triplet: FC, 8C and 2E. RGB value is (252,140,46). Sum of RGB (Red+Green+Blue) = 252+140+46=438 (58% of max value = 765). Red value is 252 (98.83% from 255 or 57.53% from 438); Green value is 140 (55.08% from 255 or 31.96% from 438); Blue value is 46 (18.36% from 255 or 10.50% from 438); Max value from RGB is 252 - color contains mainly: red. Hex color #FC8C2E is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FC8C2E is #0373D1. Grayscale: #A3A3A3. Windows color (decimal): -226258 or 3050748. OLE color: 3050748.

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

Color convert

RGB 252 140 46 -
CMYK 0 0.44 0.82 0.01
HSL 27.38º 0.97% 0.58% -
HSV(B) 27.38º 0.82% 0.99% -
XYZ 50.02 39.65 7.6 -
YUV 162.77 62.11 191.64 -
System Red Green Blue C M Y K H S L
Decimal 252 140 46 0 0.44 0.82 0.01 27.38 0.97 0.58
Hex FC 8C 2E 0 2C 52 1 1B 61 3A
Octal 374 214 56 0 54 122 1 33 141 72
Binary 11111100 10001100 101110 0 101100 1010010 1 11011 1100001 111010

Color Harmonies of #FC8C2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC8C2E

Black with #FC8C2E

Text Example


Text Example

White with #FC8C2E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC8C2E; }

 p { color: rgb(252,140,46); }

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

background-color css

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

 a { background-color: rgb(252,140,46); }

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

border-color css

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

 span { border-color: rgb(252,140,46); }

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