Html Css Color HEX #F99B2D Neon Carrot

📋 copy color: '#F99B2D'

red 249 ◦ green 155 ◦ blue 45

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

Shades of Neon Carrot #F99B2D

Tints of Neon Carrot #F99B2D

RGB

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

 GREEN value IS 155 (60.94% from 255) = 34.52%

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

R = 55.46%
G = 34.52%
B = 10.02%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.82

 K value IS 0.02

RGB Variations

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

Color information

#F99B2D (or 0xF99B2D) is known color: Neon Carrot. HEX triplet: F9, 9B and 2D. RGB value is (249,155,45). Sum of RGB (Red+Green+Blue) = 249+155+45=449 (59% of max value = 765). Red value is 249 (97.66% from 255 or 55.46% from 449); Green value is 155 (60.94% from 255 or 34.52% from 449); Blue value is 45 (17.97% from 255 or 10.02% from 449); Max value from RGB is 249 - color contains mainly: red. Hex color #F99B2D is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F99B2D is #0664D2. Grayscale: #ABABAB. Windows color (decimal): -419027 or 2989049. OLE color: 2989049.

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

Color convert

RGB 249 155 45 -
CMYK 0 0.38 0.82 0.02
HSL 32.35º 0.94% 0.58% -
HSV(B) 32.35º 0.82% 0.98% -
XYZ 51.26 43.77 8.23 -
YUV 170.57 57.14 183.94 -
System Red Green Blue C M Y K H S L
Decimal 249 155 45 0 0.38 0.82 0.02 32.35 0.94 0.58
Hex F9 9B 2D 0 26 52 2 20 5E 3A
Octal 371 233 55 0 46 122 2 40 136 72
Binary 11111001 10011011 101101 0 100110 1010010 10 100000 1011110 111010

Color Harmonies of #F99B2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F99B2D

Black with #F99B2D

Text Example


Text Example

White with #F99B2D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F99B2D; }

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

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

background-color css

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

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

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

border-color css

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

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

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