Html Css Color HEX #FC8F28 Neon Carrot

📋 copy color: '#FC8F28'

red 252 ◦ green 143 ◦ blue 40

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

Shades of Neon Carrot #FC8F28

Tints of Neon Carrot #FC8F28

RGB

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

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

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

R = 57.93%
G = 32.87%
B = 9.2%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.84

 K value IS 0.01

RGB Variations

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

Color information

#FC8F28 (or 0xFC8F28) is known color: Neon Carrot. HEX triplet: FC, 8F and 28. RGB value is (252,143,40). Sum of RGB (Red+Green+Blue) = 252+143+40=435 (57% of max value = 765). Red value is 252 (98.83% from 255 or 57.93% from 435); Green value is 143 (56.25% from 255 or 32.87% from 435); Blue value is 40 (16.02% from 255 or 9.20% from 435); Max value from RGB is 252 - color contains mainly: red. Hex color #FC8F28 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FC8F28 is #0370D7. Grayscale: #A4A4A4. Windows color (decimal): -225496 or 2658300. OLE color: 2658300.

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

Color convert

RGB 252 143 40 -
CMYK 0 0.43 0.84 0.01
HSL 29.15º 0.97% 0.57% -
HSV(B) 29.15º 0.84% 0.99% -
XYZ 50.35 40.49 7.17 -
YUV 163.85 58.11 190.88 -
System Red Green Blue C M Y K H S L
Decimal 252 143 40 0 0.43 0.84 0.01 29.15 0.97 0.57
Hex FC 8F 28 0 2B 54 1 1D 61 39
Octal 374 217 50 0 53 124 1 35 141 71
Binary 11111100 10001111 101000 0 101011 1010100 1 11101 1100001 111001

Color Harmonies of #FC8F28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC8F28

Black with #FC8F28

Text Example


Text Example

White with #FC8F28

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC8F28; }

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

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

background-color css

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

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

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

border-color css

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

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

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