Html Css Color HEX #F98F2D Neon Carrot

📋 copy color: '#F98F2D'

red 249 ◦ green 143 ◦ blue 45

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

Shades of Neon Carrot #F98F2D

Tints of Neon Carrot #F98F2D

RGB

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

 GREEN value IS 143 (56.25% from 255) = 32.72%

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

R = 56.98%
G = 32.72%
B = 10.3%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.82

 K value IS 0.02

RGB Variations

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

Color information

#F98F2D (or 0xF98F2D) is known color: Neon Carrot. HEX triplet: F9, 8F and 2D. RGB value is (249,143,45). Sum of RGB (Red+Green+Blue) = 249+143+45=437 (57% of max value = 765). Red value is 249 (97.66% from 255 or 56.98% from 437); Green value is 143 (56.25% from 255 or 32.72% from 437); Blue value is 45 (17.97% from 255 or 10.30% from 437); Max value from RGB is 249 - color contains mainly: red. Hex color #F98F2D is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F98F2D is #0670D2. Grayscale: #A4A4A4. Windows color (decimal): -422099 or 2985977. OLE color: 2985977.

HSL color Cylindrical-coordinate representation of color #F98F2D: hue angle of 28.82º degrees, saturation: 0.94, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #F98F2D is Cyan = 0, Magento = 0.43, Yellow = 0.82 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 143 45 -
CMYK 0 0.43 0.82 0.02
HSL 28.82º 0.94% 0.58% -
HSV(B) 28.82º 0.82% 0.98% -
XYZ 49.36 39.97 7.6 -
YUV 163.52 61.12 188.97 -
System Red Green Blue C M Y K H S L
Decimal 249 143 45 0 0.43 0.82 0.02 28.82 0.94 0.58
Hex F9 8F 2D 0 2B 52 2 1D 5E 3A
Octal 371 217 55 0 53 122 2 35 136 72
Binary 11111001 10001111 101101 0 101011 1010010 10 11101 1011110 111010

Color Harmonies of #F98F2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F98F2D

Black with #F98F2D

Text Example


Text Example

White with #F98F2D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F98F2D; }

 p { color: rgb(249,143,45); }

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

background-color css

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

 a { background-color: rgb(249,143,45); }

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

border-color css

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

 span { border-color: rgb(249,143,45); }

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