Html Css Color HEX #FBA504 Orange

📋 copy color: '#FBA504'

red 251 ◦ green 165 ◦ blue 4

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

Shades of Orange #FBA504

Tints of Orange #FBA504

RGB

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

 GREEN value IS 165 (64.84% from 255) = 39.29%

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

R = 59.76%
G = 39.29%
B = 0.95%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.98

 K value IS 0.02

RGB Variations

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

Color information

#FBA504 (or 0xFBA504) is known color: Orange. HEX triplet: FB, A5 and 04. RGB value is (251,165,4). Sum of RGB (Red+Green+Blue) = 251+165+4=420 (55% of max value = 765). Red value is 251 (98.44% from 255 or 59.76% from 420); Green value is 165 (64.84% from 255 or 39.29% from 420); Blue value is 4 (1.95% from 255 or 0.95% from 420); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA504 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FBA504 is #045AFB. Grayscale: #ADADAD. Windows color (decimal): -285436 or 304635. OLE color: 304635.

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

Color convert

RGB 251 165 4 -
CMYK 0 0.34 0.98 0.02
HSL 39.11º 0.97% 0.5% -
HSV(B) 39.11º 0.98% 0.98% -
XYZ 53.26 47.43 6.46 -
YUV 172.36 32.99 184.09 -
System Red Green Blue C M Y K H S L
Decimal 251 165 4 0 0.34 0.98 0.02 39.11 0.97 0.5
Hex FB A5 4 0 22 62 2 27 61 32
Octal 373 245 4 0 42 142 2 47 141 62
Binary 11111011 10100101 100 0 100010 1100010 10 100111 1100001 110010

Color Harmonies of #FBA504

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBA504

Black with #FBA504

Text Example


Text Example

White with #FBA504

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBA504; }

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

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

background-color css

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

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

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

border-color css

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

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

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