Html Css Color HEX #FC912F Neon Carrot

📋 copy color: '#FC912F'

red 252 ◦ green 145 ◦ blue 47

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

Shades of Neon Carrot #FC912F

Tints of Neon Carrot #FC912F

RGB

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

 GREEN value IS 145 (57.03% from 255) = 32.66%

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

R = 56.76%
G = 32.66%
B = 10.59%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.81

 K value IS 0.01

RGB Variations

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

Color information

#FC912F (or 0xFC912F) is known color: Neon Carrot. HEX triplet: FC, 91 and 2F. RGB value is (252,145,47). Sum of RGB (Red+Green+Blue) = 252+145+47=444 (58% of max value = 765). Red value is 252 (98.83% from 255 or 56.76% from 444); Green value is 145 (57.03% from 255 or 32.66% from 444); Blue value is 47 (18.75% from 255 or 10.59% from 444); Max value from RGB is 252 - color contains mainly: red. Hex color #FC912F is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FC912F is #036ED0. Grayscale: #A6A6A6. Windows color (decimal): -224977 or 3117564. OLE color: 3117564.

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

Color convert

RGB 252 145 47 -
CMYK 0 0.42 0.81 0.01
HSL 28.68º 0.97% 0.59% -
HSV(B) 28.68º 0.81% 0.99% -
XYZ 50.78 41.15 7.96 -
YUV 165.82 60.95 189.47 -
System Red Green Blue C M Y K H S L
Decimal 252 145 47 0 0.42 0.81 0.01 28.68 0.97 0.59
Hex FC 91 2F 0 2A 51 1 1D 61 3B
Octal 374 221 57 0 52 121 1 35 141 73
Binary 11111100 10010001 101111 0 101010 1010001 1 11101 1100001 111011

Color Harmonies of #FC912F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC912F

Black with #FC912F

Text Example


Text Example

White with #FC912F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC912F; }

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

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

background-color css

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

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

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

border-color css

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

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

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