Html Css Color HEX #FC8F2F Neon Carrot

📋 copy color: '#FC8F2F'

red 252 ◦ green 143 ◦ blue 47

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

Shades of Neon Carrot #FC8F2F

Tints of Neon Carrot #FC8F2F

RGB

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

 GREEN value IS 143 (56.25% from 255) = 32.35%

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

R = 57.01%
G = 32.35%
B = 10.63%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.81

 K value IS 0.01

RGB Variations

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

Color information

#FC8F2F (or 0xFC8F2F) is known color: Neon Carrot. HEX triplet: FC, 8F and 2F. RGB value is (252,143,47). Sum of RGB (Red+Green+Blue) = 252+143+47=442 (58% of max value = 765). Red value is 252 (98.83% from 255 or 57.01% from 442); Green value is 143 (56.25% from 255 or 32.35% from 442); Blue value is 47 (18.75% from 255 or 10.63% from 442); Max value from RGB is 252 - color contains mainly: red. Hex color #FC8F2F is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FC8F2F is #0370D0. Grayscale: #A5A5A5. Windows color (decimal): -225489 or 3117052. OLE color: 3117052.

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

Color convert

RGB 252 143 47 -
CMYK 0 0.43 0.81 0.01
HSL 28.1º 0.97% 0.59% -
HSV(B) 28.1º 0.81% 0.99% -
XYZ 50.48 40.55 7.85 -
YUV 164.65 61.61 190.31 -
System Red Green Blue C M Y K H S L
Decimal 252 143 47 0 0.43 0.81 0.01 28.1 0.97 0.59
Hex FC 8F 2F 0 2B 51 1 1C 61 3B
Octal 374 217 57 0 53 121 1 34 141 73
Binary 11111100 10001111 101111 0 101011 1010001 1 11100 1100001 111011

Color Harmonies of #FC8F2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC8F2F

Black with #FC8F2F

Text Example


Text Example

White with #FC8F2F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC8F2F; }

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

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

background-color css

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

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

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

border-color css

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

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

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