Html Css Color HEX #FBA807 Orange

📋 copy color: '#FBA807'

red 251 ◦ green 168 ◦ blue 7

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

Shades of Orange #FBA807

Tints of Orange #FBA807

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 1.64%

R = 58.92%
G = 39.44%
B = 1.64%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.97

 K value IS 0.02

RGB Variations

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

Color information

#FBA807 (or 0xFBA807) is known color: Orange. HEX triplet: FB, A8 and 07. RGB value is (251,168,7). Sum of RGB (Red+Green+Blue) = 251+168+7=426 (56% of max value = 765). Red value is 251 (98.44% from 255 or 58.92% from 426); Green value is 168 (66.02% from 255 or 39.44% from 426); Blue value is 7 (3.12% from 255 or 1.64% from 426); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA807 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FBA807 is #0457F8. Grayscale: #AFAFAF. Windows color (decimal): -284665 or 502011. OLE color: 502011.

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

Color convert

RGB 251 168 7 -
CMYK 0 0.33 0.97 0.02
HSL 39.59º 0.97% 0.51% -
HSV(B) 39.59º 0.97% 0.98% -
XYZ 53.82 48.53 6.73 -
YUV 174.46 33.5 182.59 -
System Red Green Blue C M Y K H S L
Decimal 251 168 7 0 0.33 0.97 0.02 39.59 0.97 0.51
Hex FB A8 7 0 21 61 2 28 61 33
Octal 373 250 7 0 41 141 2 50 141 63
Binary 11111011 10101000 111 0 100001 1100001 10 101000 1100001 110011

Color Harmonies of #FBA807

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBA807

Black with #FBA807

Text Example


Text Example

White with #FBA807

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBA807; }

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

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

background-color css

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

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

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

border-color css

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

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

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