Html Css Color HEX #FB8C30 Neon Carrot

📋 copy color: '#FB8C30'

red 251 ◦ green 140 ◦ blue 48

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

Shades of Neon Carrot #FB8C30

Tints of Neon Carrot #FB8C30

RGB

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

 GREEN value IS 140 (55.08% from 255) = 31.89%

 BLUE value IS 48 (19.14% from 255) = 10.93%

R = 57.18%
G = 31.89%
B = 10.93%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.81

 K value IS 0.02

RGB Variations

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

Color information

#FB8C30 (or 0xFB8C30) is known color: Neon Carrot. HEX triplet: FB, 8C and 30. RGB value is (251,140,48). Sum of RGB (Red+Green+Blue) = 251+140+48=439 (58% of max value = 765). Red value is 251 (98.44% from 255 or 57.18% from 439); Green value is 140 (55.08% from 255 or 31.89% from 439); Blue value is 48 (19.14% from 255 or 10.93% from 439); Max value from RGB is 251 - color contains mainly: red. Hex color #FB8C30 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FB8C30 is #0473CF. Grayscale: #A3A3A3. Windows color (decimal): -291792 or 3181819. OLE color: 3181819.

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

Color convert

RGB 251 140 48 -
CMYK 0 0.44 0.81 0.02
HSL 27.19º 0.96% 0.59% -
HSV(B) 27.19º 0.81% 0.98% -
XYZ 49.7 39.48 7.8 -
YUV 162.7 63.27 190.98 -
System Red Green Blue C M Y K H S L
Decimal 251 140 48 0 0.44 0.81 0.02 27.19 0.96 0.59
Hex FB 8C 30 0 2C 51 2 1B 60 3B
Octal 373 214 60 0 54 121 2 33 140 73
Binary 11111011 10001100 110000 0 101100 1010001 10 11011 1100000 111011

Color Harmonies of #FB8C30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB8C30

Black with #FB8C30

Text Example


Text Example

White with #FB8C30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB8C30; }

 p { color: rgb(251,140,48); }

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

background-color css

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

 a { background-color: rgb(251,140,48); }

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

border-color css

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

 span { border-color: rgb(251,140,48); }

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