Html Css Color HEX #FB973C Neon Carrot

📋 copy color: '#FB973C'

red 251 ◦ green 151 ◦ blue 60

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

Shades of Neon Carrot #FB973C

Tints of Neon Carrot #FB973C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 12.99%

R = 54.33%
G = 32.68%
B = 12.99%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.76

 K value IS 0.02

RGB Variations

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

Color information

#FB973C (or 0xFB973C) is known color: Neon Carrot. HEX triplet: FB, 97 and 3C. RGB value is (251,151,60). Sum of RGB (Red+Green+Blue) = 251+151+60=462 (61% of max value = 765). Red value is 251 (98.44% from 255 or 54.33% from 462); Green value is 151 (59.38% from 255 or 32.68% from 462); Blue value is 60 (23.83% from 255 or 12.99% from 462); Max value from RGB is 251 - color contains mainly: red. Hex color #FB973C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FB973C is #0468C3. Grayscale: #AAAAAA. Windows color (decimal): -288964 or 3971067. OLE color: 3971067.

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

Color convert

RGB 251 151 60 -
CMYK 0 0.40 0.76 0.02
HSL 28.59º 0.96% 0.61% -
HSV(B) 28.59º 0.76% 0.98% -
XYZ 51.67 42.97 9.85 -
YUV 170.53 65.63 185.4 -
System Red Green Blue C M Y K H S L
Decimal 251 151 60 0 0.40 0.76 0.02 28.59 0.96 0.61
Hex FB 97 3C 0 28 4C 2 1D 60 3D
Octal 373 227 74 0 50 114 2 35 140 75
Binary 11111011 10010111 111100 0 101000 1001100 10 11101 1100000 111101

Color Harmonies of #FB973C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB973C

Black with #FB973C

Text Example


Text Example

White with #FB973C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB973C; }

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

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

background-color css

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

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

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

border-color css

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

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

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