Html Css Color HEX #FB9213 Carrot Orange

📋 copy color: '#FB9213'

red 251 ◦ green 146 ◦ blue 19

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

Shades of Carrot Orange #FB9213

Tints of Carrot Orange #FB9213

RGB

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

 GREEN value IS 146 (57.42% from 255) = 35.1%

 BLUE value IS 19 (7.81% from 255) = 4.57%

R = 60.34%
G = 35.1%
B = 4.57%

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

#FB9213 (or 0xFB9213) is known color: Carrot Orange. HEX triplet: FB, 92 and 13. RGB value is (251,146,19). Sum of RGB (Red+Green+Blue) = 251+146+19=416 (55% of max value = 765). Red value is 251 (98.44% from 255 or 60.34% from 416); Green value is 146 (57.42% from 255 or 35.10% from 416); Blue value is 19 (7.81% from 255 or 4.57% from 416); Max value from RGB is 251 - color contains mainly: red. Hex color #FB9213 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FB9213 is #046DEC. Grayscale: #A3A3A3. Windows color (decimal): -290285 or 1282811. OLE color: 1282811.

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

Color convert

RGB 251 146 19 -
CMYK 0 0.42 0.92 0.02
HSL 32.84º 0.97% 0.53% -
HSV(B) 32.84º 0.92% 0.98% -
XYZ 50.18 41.11 5.91 -
YUV 162.92 46.79 190.83 -
System Red Green Blue C M Y K H S L
Decimal 251 146 19 0 0.42 0.92 0.02 32.84 0.97 0.53
Hex FB 92 13 0 2A 5C 2 21 61 35
Octal 373 222 23 0 52 134 2 41 141 65
Binary 11111011 10010010 10011 0 101010 1011100 10 100001 1100001 110101

Color Harmonies of #FB9213

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB9213

Black with #FB9213

Text Example


Text Example

White with #FB9213

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB9213; }

 p { color: rgb(251,146,19); }

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

background-color css

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

 a { background-color: rgb(251,146,19); }

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

border-color css

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

 span { border-color: rgb(251,146,19); }

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