Html Css Color HEX #F8953B Neon Carrot

📋 copy color: '#F8953B'

red 248 ◦ green 149 ◦ blue 59

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

Shades of Neon Carrot #F8953B

Tints of Neon Carrot #F8953B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 12.94%

R = 54.39%
G = 32.68%
B = 12.94%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.76

 K value IS 0.03

RGB Variations

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

Color information

#F8953B (or 0xF8953B) is known color: Neon Carrot. HEX triplet: F8, 95 and 3B. RGB value is (248,149,59). Sum of RGB (Red+Green+Blue) = 248+149+59=456 (60% of max value = 765). Red value is 248 (97.27% from 255 or 54.39% from 456); Green value is 149 (58.59% from 255 or 32.68% from 456); Blue value is 59 (23.44% from 255 or 12.94% from 456); Max value from RGB is 248 - color contains mainly: red. Hex color #F8953B is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F8953B is #076AC4. Grayscale: #A8A8A8. Windows color (decimal): -486085 or 3905016. OLE color: 3905016.

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

Color convert

RGB 248 149 59 -
CMYK 0 0.40 0.76 0.03
HSL 28.57º 0.93% 0.6% -
HSV(B) 28.57º 0.76% 0.97% -
XYZ 50.25 41.77 9.55 -
YUV 168.34 66.3 184.82 -
System Red Green Blue C M Y K H S L
Decimal 248 149 59 0 0.40 0.76 0.03 28.57 0.93 0.6
Hex F8 95 3B 0 28 4C 3 1D 5D 3C
Octal 370 225 73 0 50 114 3 35 135 74
Binary 11111000 10010101 111011 0 101000 1001100 11 11101 1011101 111100

Color Harmonies of #F8953B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8953B

Black with #F8953B

Text Example


Text Example

White with #F8953B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8953B; }

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

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

background-color css

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

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

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

border-color css

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

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

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