Html Css Color HEX #FB8B1F Carrot Orange

📋 copy color: '#FB8B1F'

red 251 ◦ green 139 ◦ blue 31

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

Shades of Carrot Orange #FB8B1F

Tints of Carrot Orange #FB8B1F

RGB

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

 GREEN value IS 139 (54.69% from 255) = 33.02%

 BLUE value IS 31 (12.5% from 255) = 7.36%

R = 59.62%
G = 33.02%
B = 7.36%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.88

 K value IS 0.02

RGB Variations

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

Color information

#FB8B1F (or 0xFB8B1F) is known color: Carrot Orange. HEX triplet: FB, 8B and 1F. RGB value is (251,139,31). Sum of RGB (Red+Green+Blue) = 251+139+31=421 (55% of max value = 765). Red value is 251 (98.44% from 255 or 59.62% from 421); Green value is 139 (54.69% from 255 or 33.02% from 421); Blue value is 31 (12.5% from 255 or 7.36% from 421); Max value from RGB is 251 - color contains mainly: red. Hex color #FB8B1F is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FB8B1F is #0474E0. Grayscale: #A0A0A0. Windows color (decimal): -292065 or 2067451. OLE color: 2067451.

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

Color convert

RGB 251 139 31 -
CMYK 0 0.45 0.88 0.02
HSL 29.45º 0.96% 0.55% -
HSV(B) 29.45º 0.88% 0.98% -
XYZ 49.26 39.07 6.24 -
YUV 160.18 55.11 192.78 -
System Red Green Blue C M Y K H S L
Decimal 251 139 31 0 0.45 0.88 0.02 29.45 0.96 0.55
Hex FB 8B 1F 0 2D 58 2 1D 60 37
Octal 373 213 37 0 55 130 2 35 140 67
Binary 11111011 10001011 11111 0 101101 1011000 10 11101 1100000 110111

Color Harmonies of #FB8B1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB8B1F

Black with #FB8B1F

Text Example


Text Example

White with #FB8B1F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB8B1F; }

 p { color: rgb(251,139,31); }

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

background-color css

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

 a { background-color: rgb(251,139,31); }

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

border-color css

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

 span { border-color: rgb(251,139,31); }

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