Html Css Color HEX #FB8C1B Carrot Orange

📋 copy color: '#FB8C1B'

red 251 ◦ green 140 ◦ blue 27

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

Shades of Carrot Orange #FB8C1B

Tints of Carrot Orange #FB8C1B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 6.46%

R = 60.05%
G = 33.49%
B = 6.46%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.89

 K value IS 0.02

RGB Variations

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

Color information

#FB8C1B (or 0xFB8C1B) is known color: Carrot Orange. HEX triplet: FB, 8C and 1B. RGB value is (251,140,27). Sum of RGB (Red+Green+Blue) = 251+140+27=418 (55% of max value = 765). Red value is 251 (98.44% from 255 or 60.05% from 418); Green value is 140 (55.08% from 255 or 33.49% from 418); Blue value is 27 (10.94% from 255 or 6.46% from 418); Max value from RGB is 251 - color contains mainly: red. Hex color #FB8C1B is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FB8C1B is #0473E4. Grayscale: #A0A0A0. Windows color (decimal): -291813 or 1805563. OLE color: 1805563.

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

Color convert

RGB 251 140 27 -
CMYK 0 0.44 0.89 0.02
HSL 30.27º 0.97% 0.55% -
HSV(B) 30.27º 0.89% 0.98% -
XYZ 49.36 39.34 6.03 -
YUV 160.31 52.77 192.69 -
System Red Green Blue C M Y K H S L
Decimal 251 140 27 0 0.44 0.89 0.02 30.27 0.97 0.55
Hex FB 8C 1B 0 2C 59 2 1E 61 37
Octal 373 214 33 0 54 131 2 36 141 67
Binary 11111011 10001100 11011 0 101100 1011001 10 11110 1100001 110111

Color Harmonies of #FB8C1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB8C1B

Black with #FB8C1B

Text Example


Text Example

White with #FB8C1B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB8C1B; }

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

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

background-color css

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

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

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

border-color css

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

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

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