Html Css Color HEX #FB972A Neon Carrot

📋 copy color: '#FB972A'

red 251 ◦ green 151 ◦ blue 42

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

Shades of Neon Carrot #FB972A

Tints of Neon Carrot #FB972A

RGB

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

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

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

R = 56.53%
G = 34.01%
B = 9.46%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.83

 K value IS 0.02

RGB Variations

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

Color information

#FB972A (or 0xFB972A) is known color: Neon Carrot. HEX triplet: FB, 97 and 2A. RGB value is (251,151,42). Sum of RGB (Red+Green+Blue) = 251+151+42=444 (58% of max value = 765). Red value is 251 (98.44% from 255 or 56.53% from 444); Green value is 151 (59.38% from 255 or 34.01% from 444); Blue value is 42 (16.80% from 255 or 9.46% from 444); Max value from RGB is 251 - color contains mainly: red. Hex color #FB972A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FB972A is #0468D5. Grayscale: #A9A9A9. Windows color (decimal): -288982 or 2791419. OLE color: 2791419.

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

Color convert

RGB 251 151 42 -
CMYK 0 0.40 0.83 0.02
HSL 31.29º 0.96% 0.57% -
HSV(B) 31.29º 0.83% 0.98% -
XYZ 51.27 42.81 7.75 -
YUV 168.47 56.63 186.86 -
System Red Green Blue C M Y K H S L
Decimal 251 151 42 0 0.40 0.83 0.02 31.29 0.96 0.57
Hex FB 97 2A 0 28 53 2 1F 60 39
Octal 373 227 52 0 50 123 2 37 140 71
Binary 11111011 10010111 101010 0 101000 1010011 10 11111 1100000 111001

Color Harmonies of #FB972A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB972A

Black with #FB972A

Text Example


Text Example

White with #FB972A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB972A; }

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

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

background-color css

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

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

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

border-color css

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

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

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