Html Css Color HEX #F8912F Neon Carrot

📋 copy color: '#F8912F'

red 248 ◦ green 145 ◦ blue 47

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

Shades of Neon Carrot #F8912F

Tints of Neon Carrot #F8912F

RGB

 RED value IS 248 (97.27% from 255) = 56.36%

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

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

R = 56.36%
G = 32.95%
B = 10.68%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.81

 K value IS 0.03

RGB Variations

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

Color information

#F8912F (or 0xF8912F) is known color: Neon Carrot. HEX triplet: F8, 91 and 2F. RGB value is (248,145,47). Sum of RGB (Red+Green+Blue) = 248+145+47=440 (58% of max value = 765). Red value is 248 (97.27% from 255 or 56.36% from 440); Green value is 145 (57.03% from 255 or 32.95% from 440); Blue value is 47 (18.75% from 255 or 10.68% from 440); Max value from RGB is 248 - color contains mainly: red. Hex color #F8912F is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F8912F is #076ED0. Grayscale: #A5A5A5. Windows color (decimal): -487121 or 3117560. OLE color: 3117560.

HSL color Cylindrical-coordinate representation of color #F8912F: hue angle of 29.25º degrees, saturation: 0.93, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #F8912F is Cyan = 0, Magento = 0.42, Yellow = 0.81 and Black (K on CMYK) = 0.03.

Color convert

RGB 248 145 47 -
CMYK 0 0.42 0.81 0.03
HSL 29.25º 0.93% 0.58% -
HSV(B) 29.25º 0.81% 0.97% -
XYZ 49.35 40.41 7.89 -
YUV 164.63 61.62 187.47 -
System Red Green Blue C M Y K H S L
Decimal 248 145 47 0 0.42 0.81 0.03 29.25 0.93 0.58
Hex F8 91 2F 0 2A 51 3 1D 5D 3A
Octal 370 221 57 0 52 121 3 35 135 72
Binary 11111000 10010001 101111 0 101010 1010001 11 11101 1011101 111010

Color Harmonies of #F8912F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8912F

Black with #F8912F

Text Example


Text Example

White with #F8912F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8912F; }

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

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

background-color css

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

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

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

border-color css

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

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

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