Html Css Color HEX #FB9115 Carrot Orange

📋 copy color: '#FB9115'

red 251 ◦ green 145 ◦ blue 21

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

Shades of Carrot Orange #FB9115

Tints of Carrot Orange #FB9115

RGB

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

 GREEN value IS 145 (57.03% from 255) = 34.77%

 BLUE value IS 21 (8.59% from 255) = 5.04%

R = 60.19%
G = 34.77%
B = 5.04%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.92

 K value IS 0.02

RGB Variations

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

Color information

#FB9115 (or 0xFB9115) is known color: Carrot Orange. HEX triplet: FB, 91 and 15. RGB value is (251,145,21). Sum of RGB (Red+Green+Blue) = 251+145+21=417 (55% of max value = 765). Red value is 251 (98.44% from 255 or 60.19% from 417); Green value is 145 (57.03% from 255 or 34.77% from 417); Blue value is 21 (8.59% from 255 or 5.04% from 417); Max value from RGB is 251 - color contains mainly: red. Hex color #FB9115 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FB9115 is #046EEA. Grayscale: #A3A3A3. Windows color (decimal): -290539 or 1413627. OLE color: 1413627.

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

Color convert

RGB 251 145 21 -
CMYK 0 0.42 0.92 0.02
HSL 32.35º 0.97% 0.53% -
HSV(B) 32.35º 0.92% 0.98% -
XYZ 50.04 40.81 5.95 -
YUV 162.56 48.12 191.08 -
System Red Green Blue C M Y K H S L
Decimal 251 145 21 0 0.42 0.92 0.02 32.35 0.97 0.53
Hex FB 91 15 0 2A 5C 2 20 61 35
Octal 373 221 25 0 52 134 2 40 141 65
Binary 11111011 10010001 10101 0 101010 1011100 10 100000 1100001 110101

Color Harmonies of #FB9115

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB9115

Black with #FB9115

Text Example


Text Example

White with #FB9115

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB9115; }

 p { color: rgb(251,145,21); }

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

background-color css

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

 a { background-color: rgb(251,145,21); }

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

border-color css

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

 span { border-color: rgb(251,145,21); }

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