Html Css Color HEX #FB942C Neon Carrot

📋 copy color: '#FB942C'

red 251 ◦ green 148 ◦ blue 44

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

Shades of Neon Carrot #FB942C

Tints of Neon Carrot #FB942C

RGB

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

 GREEN value IS 148 (58.2% from 255) = 33.41%

 BLUE value IS 44 (17.58% from 255) = 9.93%

R = 56.66%
G = 33.41%
B = 9.93%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.82

 K value IS 0.02

RGB Variations

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

Color information

#FB942C (or 0xFB942C) is known color: Neon Carrot. HEX triplet: FB, 94 and 2C. RGB value is (251,148,44). Sum of RGB (Red+Green+Blue) = 251+148+44=443 (58% of max value = 765). Red value is 251 (98.44% from 255 or 56.66% from 443); Green value is 148 (58.20% from 255 or 33.41% from 443); Blue value is 44 (17.58% from 255 or 9.93% from 443); Max value from RGB is 251 - color contains mainly: red. Hex color #FB942C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FB942C is #046BD3. Grayscale: #A7A7A7. Windows color (decimal): -289748 or 2921723. OLE color: 2921723.

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

Color convert

RGB 251 148 44 -
CMYK 0 0.41 0.82 0.02
HSL 30.14º 0.96% 0.58% -
HSV(B) 30.14º 0.82% 0.98% -
XYZ 50.83 41.87 7.79 -
YUV 166.94 58.62 187.96 -
System Red Green Blue C M Y K H S L
Decimal 251 148 44 0 0.41 0.82 0.02 30.14 0.96 0.58
Hex FB 94 2C 0 29 52 2 1E 60 3A
Octal 373 224 54 0 51 122 2 36 140 72
Binary 11111011 10010100 101100 0 101001 1010010 10 11110 1100000 111010

Color Harmonies of #FB942C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB942C

Black with #FB942C

Text Example


Text Example

White with #FB942C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB942C; }

 p { color: rgb(251,148,44); }

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

background-color css

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

 a { background-color: rgb(251,148,44); }

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

border-color css

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

 span { border-color: rgb(251,148,44); }

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