Html Css Color HEX #F8912D Neon Carrot

📋 copy color: '#F8912D'

red 248 ◦ green 145 ◦ blue 45

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

Shades of Neon Carrot #F8912D

Tints of Neon Carrot #F8912D

RGB

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

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

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

R = 56.62%
G = 33.11%
B = 10.27%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.82

 K value IS 0.03

RGB Variations

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

Color information

#F8912D (or 0xF8912D) is known color: Neon Carrot. HEX triplet: F8, 91 and 2D. RGB value is (248,145,45). Sum of RGB (Red+Green+Blue) = 248+145+45=438 (58% of max value = 765). Red value is 248 (97.27% from 255 or 56.62% from 438); Green value is 145 (57.03% from 255 or 33.11% from 438); Blue value is 45 (17.97% from 255 or 10.27% from 438); Max value from RGB is 248 - color contains mainly: red. Hex color #F8912D is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F8912D is #076ED2. Grayscale: #A4A4A4. Windows color (decimal): -487123 or 2986488. OLE color: 2986488.

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

Color convert

RGB 248 145 45 -
CMYK 0 0.42 0.82 0.03
HSL 29.56º 0.94% 0.57% -
HSV(B) 29.56º 0.82% 0.97% -
XYZ 49.31 40.4 7.68 -
YUV 164.4 60.62 187.63 -
System Red Green Blue C M Y K H S L
Decimal 248 145 45 0 0.42 0.82 0.03 29.56 0.94 0.57
Hex F8 91 2D 0 2A 52 3 1E 5E 39
Octal 370 221 55 0 52 122 3 36 136 71
Binary 11111000 10010001 101101 0 101010 1010010 11 11110 1011110 111001

Color Harmonies of #F8912D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8912D

Black with #F8912D

Text Example


Text Example

White with #F8912D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8912D; }

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

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

background-color css

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

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

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

border-color css

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

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

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