Html Css Color HEX #F8952C Neon Carrot

📋 copy color: '#F8952C'

red 248 ◦ green 149 ◦ blue 44

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

Shades of Neon Carrot #F8952C

Tints of Neon Carrot #F8952C

RGB

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

 GREEN value IS 149 (58.59% from 255) = 33.79%

 BLUE value IS 44 (17.58% from 255) = 9.98%

R = 56.24%
G = 33.79%
B = 9.98%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.82

 K value IS 0.03

RGB Variations

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

Color information

#F8952C (or 0xF8952C) is known color: Neon Carrot. HEX triplet: F8, 95 and 2C. RGB value is (248,149,44). Sum of RGB (Red+Green+Blue) = 248+149+44=441 (58% of max value = 765). Red value is 248 (97.27% from 255 or 56.24% from 441); Green value is 149 (58.59% from 255 or 33.79% from 441); Blue value is 44 (17.58% from 255 or 9.98% from 441); Max value from RGB is 248 - color contains mainly: red. Hex color #F8952C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F8952C is #076AD3. Grayscale: #A7A7A7. Windows color (decimal): -486100 or 2921976. OLE color: 2921976.

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

Color convert

RGB 248 149 44 -
CMYK 0 0.40 0.82 0.03
HSL 30.88º 0.94% 0.57% -
HSV(B) 30.88º 0.82% 0.97% -
XYZ 49.91 41.63 7.79 -
YUV 166.63 58.8 186.04 -
System Red Green Blue C M Y K H S L
Decimal 248 149 44 0 0.40 0.82 0.03 30.88 0.94 0.57
Hex F8 95 2C 0 28 52 3 1F 5E 39
Octal 370 225 54 0 50 122 3 37 136 71
Binary 11111000 10010101 101100 0 101000 1010010 11 11111 1011110 111001

Color Harmonies of #F8952C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8952C

Black with #F8952C

Text Example


Text Example

White with #F8952C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8952C; }

 p { color: rgb(248,149,44); }

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

background-color css

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

 a { background-color: rgb(248,149,44); }

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

border-color css

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

 span { border-color: rgb(248,149,44); }

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