Html Css Color HEX #F98C2A Neon Carrot

📋 copy color: '#F98C2A'

red 249 ◦ green 140 ◦ blue 42

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

Shades of Neon Carrot #F98C2A

Tints of Neon Carrot #F98C2A

RGB

 RED value IS 249 (97.66% from 255) = 57.77%

 GREEN value IS 140 (55.08% from 255) = 32.48%

 BLUE value IS 42 (16.8% from 255) = 9.74%

R = 57.77%
G = 32.48%
B = 9.74%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.83

 K value IS 0.02

RGB Variations

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

Color information

#F98C2A (or 0xF98C2A) is known color: Neon Carrot. HEX triplet: F9, 8C and 2A. RGB value is (249,140,42). Sum of RGB (Red+Green+Blue) = 249+140+42=431 (57% of max value = 765). Red value is 249 (97.66% from 255 or 57.77% from 431); Green value is 140 (55.08% from 255 or 32.48% from 431); Blue value is 42 (16.80% from 255 or 9.74% from 431); Max value from RGB is 249 - color contains mainly: red. Hex color #F98C2A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F98C2A is #0673D5. Grayscale: #A1A1A1. Windows color (decimal): -422870 or 2788601. OLE color: 2788601.

HSL color Cylindrical-coordinate representation of color #F98C2A: hue angle of 28.41º degrees, saturation: 0.95, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #F98C2A is Cyan = 0, Magento = 0.44, Yellow = 0.83 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 140 42 -
CMYK 0 0.44 0.83 0.02
HSL 28.41º 0.95% 0.57% -
HSV(B) 28.41º 0.83% 0.98% -
XYZ 48.86 39.06 7.16 -
YUV 161.42 60.61 190.47 -
System Red Green Blue C M Y K H S L
Decimal 249 140 42 0 0.44 0.83 0.02 28.41 0.95 0.57
Hex F9 8C 2A 0 2C 53 2 1C 5F 39
Octal 371 214 52 0 54 123 2 34 137 71
Binary 11111001 10001100 101010 0 101100 1010011 10 11100 1011111 111001

Color Harmonies of #F98C2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F98C2A

Black with #F98C2A

Text Example


Text Example

White with #F98C2A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F98C2A; }

 p { color: rgb(249,140,42); }

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

background-color css

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

 a { background-color: rgb(249,140,42); }

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

border-color css

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

 span { border-color: rgb(249,140,42); }

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