Html Css Color HEX #FBAB04 Orange

📋 copy color: '#FBAB04'

red 251 ◦ green 171 ◦ blue 4

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

Shades of Orange #FBAB04

Tints of Orange #FBAB04

RGB

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

 GREEN value IS 171 (67.19% from 255) = 40.14%

 BLUE value IS 4 (1.95% from 255) = 0.94%

R = 58.92%
G = 40.14%
B = 0.94%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.98

 K value IS 0.02

RGB Variations

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

Color information

#FBAB04 (or 0xFBAB04) is known color: Orange. HEX triplet: FB, AB and 04. RGB value is (251,171,4). Sum of RGB (Red+Green+Blue) = 251+171+4=426 (56% of max value = 765). Red value is 251 (98.44% from 255 or 58.92% from 426); Green value is 171 (67.19% from 255 or 40.14% from 426); Blue value is 4 (1.95% from 255 or 0.94% from 426); Max value from RGB is 251 - color contains mainly: red. Hex color #FBAB04 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FBAB04 is #0454FB. Grayscale: #B0B0B0. Windows color (decimal): -283900 or 306171. OLE color: 306171.

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

Color convert

RGB 251 171 4 -
CMYK 0 0.32 0.98 0.02
HSL 40.57º 0.97% 0.5% -
HSV(B) 40.57º 0.98% 0.98% -
XYZ 54.37 49.64 6.83 -
YUV 175.88 31 181.58 -
System Red Green Blue C M Y K H S L
Decimal 251 171 4 0 0.32 0.98 0.02 40.57 0.97 0.5
Hex FB AB 4 0 20 62 2 29 61 32
Octal 373 253 4 0 40 142 2 51 141 62
Binary 11111011 10101011 100 0 100000 1100010 10 101001 1100001 110010

Color Harmonies of #FBAB04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBAB04

Black with #FBAB04

Text Example


Text Example

White with #FBAB04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBAB04; }

 p { color: rgb(251,171,4); }

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

background-color css

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

 a { background-color: rgb(251,171,4); }

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

border-color css

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

 span { border-color: rgb(251,171,4); }

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