Html Css Color HEX #FC8B2D Neon Carrot

📋 copy color: '#FC8B2D'

red 252 ◦ green 139 ◦ blue 45

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

Shades of Neon Carrot #FC8B2D

Tints of Neon Carrot #FC8B2D

RGB

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

 GREEN value IS 139 (54.69% from 255) = 31.88%

 BLUE value IS 45 (17.97% from 255) = 10.32%

R = 57.8%
G = 31.88%
B = 10.32%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.82

 K value IS 0.01

RGB Variations

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

Color information

#FC8B2D (or 0xFC8B2D) is known color: Neon Carrot. HEX triplet: FC, 8B and 2D. RGB value is (252,139,45). Sum of RGB (Red+Green+Blue) = 252+139+45=436 (57% of max value = 765). Red value is 252 (98.83% from 255 or 57.80% from 436); Green value is 139 (54.69% from 255 or 31.88% from 436); Blue value is 45 (17.97% from 255 or 10.32% from 436); Max value from RGB is 252 - color contains mainly: red. Hex color #FC8B2D is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FC8B2D is #0374D2. Grayscale: #A2A2A2. Windows color (decimal): -226515 or 2984956. OLE color: 2984956.

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

Color convert

RGB 252 139 45 -
CMYK 0 0.45 0.82 0.01
HSL 27.25º 0.97% 0.58% -
HSV(B) 27.25º 0.82% 0.99% -
XYZ 49.85 39.35 7.45 -
YUV 162.07 61.94 192.14 -
System Red Green Blue C M Y K H S L
Decimal 252 139 45 0 0.45 0.82 0.01 27.25 0.97 0.58
Hex FC 8B 2D 0 2D 52 1 1B 61 3A
Octal 374 213 55 0 55 122 1 33 141 72
Binary 11111100 10001011 101101 0 101101 1010010 1 11011 1100001 111010

Color Harmonies of #FC8B2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC8B2D

Black with #FC8B2D

Text Example


Text Example

White with #FC8B2D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC8B2D; }

 p { color: rgb(252,139,45); }

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

background-color css

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

 a { background-color: rgb(252,139,45); }

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

border-color css

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

 span { border-color: rgb(252,139,45); }

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