Html Css Color HEX #FB992A Neon Carrot

📋 copy color: '#FB992A'

red 251 ◦ green 153 ◦ blue 42

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

Shades of Neon Carrot #FB992A

Tints of Neon Carrot #FB992A

RGB

 RED value IS 251 (98.44% from 255) = 56.28%

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

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

R = 56.28%
G = 34.3%
B = 9.42%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.83

 K value IS 0.02

RGB Variations

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

Color information

#FB992A (or 0xFB992A) is known color: Neon Carrot. HEX triplet: FB, 99 and 2A. RGB value is (251,153,42). Sum of RGB (Red+Green+Blue) = 251+153+42=446 (59% of max value = 765). Red value is 251 (98.44% from 255 or 56.28% from 446); Green value is 153 (60.16% from 255 or 34.30% from 446); Blue value is 42 (16.80% from 255 or 9.42% from 446); Max value from RGB is 251 - color contains mainly: red. Hex color #FB992A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FB992A is #0466D5. Grayscale: #AAAAAA. Windows color (decimal): -288470 or 2791931. OLE color: 2791931.

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

Color convert

RGB 251 153 42 -
CMYK 0 0.39 0.83 0.02
HSL 31.87º 0.96% 0.57% -
HSV(B) 31.87º 0.83% 0.98% -
XYZ 51.59 43.46 7.86 -
YUV 169.65 55.97 186.03 -
System Red Green Blue C M Y K H S L
Decimal 251 153 42 0 0.39 0.83 0.02 31.87 0.96 0.57
Hex FB 99 2A 0 27 53 2 20 60 39
Octal 373 231 52 0 47 123 2 40 140 71
Binary 11111011 10011001 101010 0 100111 1010011 10 100000 1100000 111001

Color Harmonies of #FB992A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB992A

Black with #FB992A

Text Example


Text Example

White with #FB992A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB992A; }

 p { color: rgb(251,153,42); }

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

background-color css

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

 a { background-color: rgb(251,153,42); }

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

border-color css

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

 span { border-color: rgb(251,153,42); }

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