Html Css Color HEX #FB8C1F Carrot Orange

📋 copy color: '#FB8C1F'

red 251 ◦ green 140 ◦ blue 31

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

Shades of Carrot Orange #FB8C1F

Tints of Carrot Orange #FB8C1F

RGB

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

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

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

R = 59.48%
G = 33.18%
B = 7.35%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.88

 K value IS 0.02

RGB Variations

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

Color information

#FB8C1F (or 0xFB8C1F) is known color: Carrot Orange. HEX triplet: FB, 8C and 1F. RGB value is (251,140,31). Sum of RGB (Red+Green+Blue) = 251+140+31=422 (55% of max value = 765). Red value is 251 (98.44% from 255 or 59.48% from 422); Green value is 140 (55.08% from 255 or 33.18% from 422); Blue value is 31 (12.5% from 255 or 7.35% from 422); Max value from RGB is 251 - color contains mainly: red. Hex color #FB8C1F is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FB8C1F is #0473E0. Grayscale: #A1A1A1. Windows color (decimal): -291809 or 2067707. OLE color: 2067707.

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

Color convert

RGB 251 140 31 -
CMYK 0 0.44 0.88 0.02
HSL 29.73º 0.96% 0.55% -
HSV(B) 29.73º 0.88% 0.98% -
XYZ 49.41 39.36 6.29 -
YUV 160.76 54.77 192.36 -
System Red Green Blue C M Y K H S L
Decimal 251 140 31 0 0.44 0.88 0.02 29.73 0.96 0.55
Hex FB 8C 1F 0 2C 58 2 1E 60 37
Octal 373 214 37 0 54 130 2 36 140 67
Binary 11111011 10001100 11111 0 101100 1011000 10 11110 1100000 110111

Color Harmonies of #FB8C1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB8C1F

Black with #FB8C1F

Text Example


Text Example

White with #FB8C1F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB8C1F; }

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

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

background-color css

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

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

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

border-color css

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

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

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