Html Css Color HEX #F99B2B Neon Carrot

📋 copy color: '#F99B2B'

red 249 ◦ green 155 ◦ blue 43

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

Shades of Neon Carrot #F99B2B

Tints of Neon Carrot #F99B2B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 9.62%

R = 55.7%
G = 34.68%
B = 9.62%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.83

 K value IS 0.02

RGB Variations

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

Color information

#F99B2B (or 0xF99B2B) is known color: Neon Carrot. HEX triplet: F9, 9B and 2B. RGB value is (249,155,43). Sum of RGB (Red+Green+Blue) = 249+155+43=447 (59% of max value = 765). Red value is 249 (97.66% from 255 or 55.70% from 447); Green value is 155 (60.94% from 255 or 34.68% from 447); Blue value is 43 (17.19% from 255 or 9.62% from 447); Max value from RGB is 249 - color contains mainly: red. Hex color #F99B2B is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F99B2B is #0664D4. Grayscale: #AAAAAA. Windows color (decimal): -419029 or 2857977. OLE color: 2857977.

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

Color convert

RGB 249 155 43 -
CMYK 0 0.38 0.83 0.02
HSL 32.62º 0.94% 0.57% -
HSV(B) 32.62º 0.83% 0.98% -
XYZ 51.22 43.76 8.03 -
YUV 170.34 56.14 184.11 -
System Red Green Blue C M Y K H S L
Decimal 249 155 43 0 0.38 0.83 0.02 32.62 0.94 0.57
Hex F9 9B 2B 0 26 53 2 21 5E 39
Octal 371 233 53 0 46 123 2 41 136 71
Binary 11111001 10011011 101011 0 100110 1010011 10 100001 1011110 111001

Color Harmonies of #F99B2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F99B2B

Black with #F99B2B

Text Example


Text Example

White with #F99B2B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F99B2B; }

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

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

background-color css

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

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

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

border-color css

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

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

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