Html Css Color HEX #FB972D Neon Carrot

📋 copy color: '#FB972D'

red 251 ◦ green 151 ◦ blue 45

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

Shades of Neon Carrot #FB972D

Tints of Neon Carrot #FB972D

RGB

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

 GREEN value IS 151 (59.38% from 255) = 33.78%

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

R = 56.15%
G = 33.78%
B = 10.07%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.82

 K value IS 0.02

RGB Variations

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

Color information

#FB972D (or 0xFB972D) is known color: Neon Carrot. HEX triplet: FB, 97 and 2D. RGB value is (251,151,45). Sum of RGB (Red+Green+Blue) = 251+151+45=447 (59% of max value = 765). Red value is 251 (98.44% from 255 or 56.15% from 447); Green value is 151 (59.38% from 255 or 33.78% from 447); Blue value is 45 (17.97% from 255 or 10.07% from 447); Max value from RGB is 251 - color contains mainly: red. Hex color #FB972D is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FB972D is #0468D2. Grayscale: #A9A9A9. Windows color (decimal): -288979 or 2988027. OLE color: 2988027.

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

Color convert

RGB 251 151 45 -
CMYK 0 0.40 0.82 0.02
HSL 30.87º 0.96% 0.58% -
HSV(B) 30.87º 0.82% 0.98% -
XYZ 51.32 42.83 8.04 -
YUV 168.82 58.13 186.62 -
System Red Green Blue C M Y K H S L
Decimal 251 151 45 0 0.40 0.82 0.02 30.87 0.96 0.58
Hex FB 97 2D 0 28 52 2 1F 60 3A
Octal 373 227 55 0 50 122 2 37 140 72
Binary 11111011 10010111 101101 0 101000 1010010 10 11111 1100000 111010

Color Harmonies of #FB972D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB972D

Black with #FB972D

Text Example


Text Example

White with #FB972D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB972D; }

 p { color: rgb(251,151,45); }

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

background-color css

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

 a { background-color: rgb(251,151,45); }

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

border-color css

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

 span { border-color: rgb(251,151,45); }

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