Html Css Color HEX #F8993A Neon Carrot

📋 copy color: '#F8993A'

red 248 ◦ green 153 ◦ blue 58

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

Shades of Neon Carrot #F8993A

Tints of Neon Carrot #F8993A

RGB

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

 GREEN value IS 153 (60.16% from 255) = 33.33%

 BLUE value IS 58 (23.05% from 255) = 12.64%

R = 54.03%
G = 33.33%
B = 12.64%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.77

 K value IS 0.03

RGB Variations

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

Color information

#F8993A (or 0xF8993A) is known color: Neon Carrot. HEX triplet: F8, 99 and 3A. RGB value is (248,153,58). Sum of RGB (Red+Green+Blue) = 248+153+58=459 (60% of max value = 765). Red value is 248 (97.27% from 255 or 54.03% from 459); Green value is 153 (60.16% from 255 or 33.33% from 459); Blue value is 58 (23.05% from 255 or 12.64% from 459); Max value from RGB is 248 - color contains mainly: red. Hex color #F8993A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F8993A is #0766C5. Grayscale: #ABABAB. Windows color (decimal): -485062 or 3840504. OLE color: 3840504.

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

Color convert

RGB 248 153 58 -
CMYK 0 0.38 0.77 0.03
HSL 30º 0.93% 0.6% -
HSV(B) 30º 0.77% 0.97% -
XYZ 50.87 43.04 9.63 -
YUV 170.58 64.47 183.22 -
System Red Green Blue C M Y K H S L
Decimal 248 153 58 0 0.38 0.77 0.03 30 0.93 0.6
Hex F8 99 3A 0 26 4D 3 1E 5D 3C
Octal 370 231 72 0 46 115 3 36 135 74
Binary 11111000 10011001 111010 0 100110 1001101 11 11110 1011101 111100

Color Harmonies of #F8993A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8993A

Black with #F8993A

Text Example


Text Example

White with #F8993A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8993A; }

 p { color: rgb(248,153,58); }

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

background-color css

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

 a { background-color: rgb(248,153,58); }

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

border-color css

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

 span { border-color: rgb(248,153,58); }

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