Html Css Color HEX #FB953D Neon Carrot

📋 copy color: '#FB953D'

red 251 ◦ green 149 ◦ blue 61

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

Shades of Neon Carrot #FB953D

Tints of Neon Carrot #FB953D

RGB

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

 GREEN value IS 149 (58.59% from 255) = 32.32%

 BLUE value IS 61 (24.22% from 255) = 13.23%

R = 54.45%
G = 32.32%
B = 13.23%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.76

 K value IS 0.02

RGB Variations

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

Color information

#FB953D (or 0xFB953D) is known color: Neon Carrot. HEX triplet: FB, 95 and 3D. RGB value is (251,149,61). Sum of RGB (Red+Green+Blue) = 251+149+61=461 (61% of max value = 765). Red value is 251 (98.44% from 255 or 54.45% from 461); Green value is 149 (58.59% from 255 or 32.32% from 461); Blue value is 61 (24.22% from 255 or 13.23% from 461); Max value from RGB is 251 - color contains mainly: red. Hex color #FB953D is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FB953D is #046AC2. Grayscale: #A9A9A9. Windows color (decimal): -289475 or 4036091. OLE color: 4036091.

HSL color Cylindrical-coordinate representation of color #FB953D: hue angle of 27.79º degrees, saturation: 0.96, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #FB953D is Cyan = 0, Magento = 0.41, Yellow = 0.76 and Black (K on CMYK) = 0.02.

Color convert

RGB 251 149 61 -
CMYK 0 0.41 0.76 0.02
HSL 27.79º 0.96% 0.61% -
HSV(B) 27.79º 0.76% 0.98% -
XYZ 51.37 42.34 9.88 -
YUV 169.47 66.79 186.16 -
System Red Green Blue C M Y K H S L
Decimal 251 149 61 0 0.41 0.76 0.02 27.79 0.96 0.61
Hex FB 95 3D 0 29 4C 2 1C 60 3D
Octal 373 225 75 0 51 114 2 34 140 75
Binary 11111011 10010101 111101 0 101001 1001100 10 11100 1100000 111101

Color Harmonies of #FB953D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB953D

Black with #FB953D

Text Example


Text Example

White with #FB953D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB953D; }

 p { color: rgb(251,149,61); }

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

background-color css

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

 a { background-color: rgb(251,149,61); }

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

border-color css

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

 span { border-color: rgb(251,149,61); }

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