Html Css Color HEX #FBA702 Orange

📋 copy color: '#FBA702'

red 251 ◦ green 167 ◦ blue 2

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

Shades of Orange #FBA702

Tints of Orange #FBA702

RGB

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

 GREEN value IS 167 (65.63% from 255) = 39.76%

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

R = 59.76%
G = 39.76%
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

#FBA702 (or 0xFBA702) is known color: Orange. HEX triplet: FB, A7 and 02. RGB value is (251,167,2). Sum of RGB (Red+Green+Blue) = 251+167+2=420 (55% of max value = 765). Red value is 251 (98.44% from 255 or 59.76% from 420); Green value is 167 (65.62% from 255 or 39.76% from 420); Blue value is 2 (1.17% from 255 or 0.48% from 420); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA702 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FBA702 is #0458FD. Grayscale: #AEAEAE. Windows color (decimal): -284926 or 174075. OLE color: 174075.

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

Color convert

RGB 251 167 2 -
CMYK 0 0.33 0.99 0.02
HSL 39.76º 0.98% 0.5% -
HSV(B) 39.76º 0.99% 0.98% -
XYZ 53.61 48.15 6.53 -
YUV 173.31 31.33 183.42 -
System Red Green Blue C M Y K H S L
Decimal 251 167 2 0 0.33 0.99 0.02 39.76 0.98 0.5
Hex FB A7 2 0 21 63 2 28 62 32
Octal 373 247 2 0 41 143 2 50 142 62
Binary 11111011 10100111 10 0 100001 1100011 10 101000 1100010 110010

Color Harmonies of #FBA702

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBA702

Black with #FBA702

Text Example


Text Example

White with #FBA702

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBA702; }

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

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

background-color css

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

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

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

border-color css

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

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

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