Html Css Color HEX #FC8D2F Neon Carrot

📋 copy color: '#FC8D2F'

red 252 ◦ green 141 ◦ blue 47

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

Shades of Neon Carrot #FC8D2F

Tints of Neon Carrot #FC8D2F

RGB

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

 GREEN value IS 141 (55.47% from 255) = 32.05%

 BLUE value IS 47 (18.75% from 255) = 10.68%

R = 57.27%
G = 32.05%
B = 10.68%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.81

 K value IS 0.01

RGB Variations

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

Color information

#FC8D2F (or 0xFC8D2F) is known color: Neon Carrot. HEX triplet: FC, 8D and 2F. RGB value is (252,141,47). Sum of RGB (Red+Green+Blue) = 252+141+47=440 (58% of max value = 765). Red value is 252 (98.83% from 255 or 57.27% from 440); Green value is 141 (55.47% from 255 or 32.05% from 440); Blue value is 47 (18.75% from 255 or 10.68% from 440); Max value from RGB is 252 - color contains mainly: red. Hex color #FC8D2F is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FC8D2F is #0372D0. Grayscale: #A3A3A3. Windows color (decimal): -226001 or 3116540. OLE color: 3116540.

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

Color convert

RGB 252 141 47 -
CMYK 0 0.44 0.81 0.01
HSL 27.51º 0.97% 0.59% -
HSV(B) 27.51º 0.81% 0.99% -
XYZ 50.18 39.95 7.76 -
YUV 163.47 62.27 191.14 -
System Red Green Blue C M Y K H S L
Decimal 252 141 47 0 0.44 0.81 0.01 27.51 0.97 0.59
Hex FC 8D 2F 0 2C 51 1 1C 61 3B
Octal 374 215 57 0 54 121 1 34 141 73
Binary 11111100 10001101 101111 0 101100 1010001 1 11100 1100001 111011

Color Harmonies of #FC8D2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC8D2F

Black with #FC8D2F

Text Example


Text Example

White with #FC8D2F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC8D2F; }

 p { color: rgb(252,141,47); }

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

background-color css

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

 a { background-color: rgb(252,141,47); }

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

border-color css

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

 span { border-color: rgb(252,141,47); }

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