Html Css Color HEX #FBA802 Orange

📋 copy color: '#FBA802'

red 251 ◦ green 168 ◦ blue 2

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

Shades of Orange #FBA802

Tints of Orange #FBA802

RGB

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

 GREEN value IS 168 (66.02% from 255) = 39.9%

 BLUE value IS 2 (1.17% from 255) = 0.48%

R = 59.62%
G = 39.9%
B = 0.48%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.99

 K value IS 0.02

RGB Variations

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

Color information

#FBA802 (or 0xFBA802) is known color: Orange. HEX triplet: FB, A8 and 02. RGB value is (251,168,2). Sum of RGB (Red+Green+Blue) = 251+168+2=421 (55% of max value = 765). Red value is 251 (98.44% from 255 or 59.62% from 421); Green value is 168 (66.02% from 255 or 39.90% from 421); Blue value is 2 (1.17% from 255 or 0.48% from 421); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA802 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FBA802 is #0457FD. Grayscale: #AEAEAE. Windows color (decimal): -284670 or 174331. OLE color: 174331.

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

Color convert

RGB 251 168 2 -
CMYK 0 0.33 0.99 0.02
HSL 40º 0.98% 0.5% -
HSV(B) 40º 0.99% 0.98% -
XYZ 53.8 48.52 6.59 -
YUV 173.89 31 183 -
System Red Green Blue C M Y K H S L
Decimal 251 168 2 0 0.33 0.99 0.02 40 0.98 0.5
Hex FB A8 2 0 21 63 2 28 62 32
Octal 373 250 2 0 41 143 2 50 142 62
Binary 11111011 10101000 10 0 100001 1100011 10 101000 1100010 110010

Color Harmonies of #FBA802

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBA802

Black with #FBA802

Text Example


Text Example

White with #FBA802

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBA802; }

 p { color: rgb(251,168,2); }

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

background-color css

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

 a { background-color: rgb(251,168,2); }

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

border-color css

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

 span { border-color: rgb(251,168,2); }

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