Html Css Color HEX #FBA304 Orange

📋 copy color: '#FBA304'

red 251 ◦ green 163 ◦ blue 4

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

Shades of Orange #FBA304

Tints of Orange #FBA304

RGB

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

 GREEN value IS 163 (64.06% from 255) = 39%

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

R = 60.05%
G = 39%
B = 0.96%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.98

 K value IS 0.02

RGB Variations

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

Color information

#FBA304 (or 0xFBA304) is known color: Orange. HEX triplet: FB, A3 and 04. RGB value is (251,163,4). Sum of RGB (Red+Green+Blue) = 251+163+4=418 (55% of max value = 765). Red value is 251 (98.44% from 255 or 60.05% from 418); Green value is 163 (64.06% from 255 or 39.00% from 418); Blue value is 4 (1.95% from 255 or 0.96% from 418); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA304 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FBA304 is #045CFB. Grayscale: #ABABAB. Windows color (decimal): -285948 or 304123. OLE color: 304123.

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

Color convert

RGB 251 163 4 -
CMYK 0 0.35 0.98 0.02
HSL 38.62º 0.97% 0.5% -
HSV(B) 38.62º 0.98% 0.98% -
XYZ 52.9 46.71 6.34 -
YUV 171.19 33.65 184.93 -
System Red Green Blue C M Y K H S L
Decimal 251 163 4 0 0.35 0.98 0.02 38.62 0.97 0.5
Hex FB A3 4 0 23 62 2 27 61 32
Octal 373 243 4 0 43 142 2 47 141 62
Binary 11111011 10100011 100 0 100011 1100010 10 100111 1100001 110010

Color Harmonies of #FBA304

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBA304

Black with #FBA304

Text Example


Text Example

White with #FBA304

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBA304; }

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

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

background-color css

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

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

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

border-color css

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

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

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