Html Css Color HEX #FFB304 Selective Yellow

📋 copy color: '#FFB304'

red 255 ◦ green 179 ◦ blue 4

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

Shades of Selective Yellow #FFB304

Tints of Selective Yellow #FFB304

RGB

 RED value IS 255 (100% from 255) = 58.22%

 GREEN value IS 179 (70.31% from 255) = 40.87%

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

R = 58.22%
G = 40.87%
B = 0.91%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.98

 K value IS 0

RGB Variations

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

Color information

#FFB304 (or 0xFFB304) is known color: Selective Yellow. HEX triplet: FF, B3 and 04. RGB value is (255,179,4). Sum of RGB (Red+Green+Blue) = 255+179+4=438 (58% of max value = 765). Red value is 255 (100% from 255 or 58.22% from 438); Green value is 179 (70.31% from 255 or 40.87% from 438); Blue value is 4 (1.95% from 255 or 0.91% from 438); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB304 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FFB304 is #004CFB. Grayscale: #B6B6B6. Windows color (decimal): -19708 or 308223. OLE color: 308223.

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

Color convert

RGB 255 179 4 -
CMYK 0 0.30 0.98 0
HSL 41.83º 1% 0.51% -
HSV(B) 41.83º 0.98% 1% -
XYZ 57.38 53.51 7.42 -
YUV 181.77 27.68 180.23 -
System Red Green Blue C M Y K H S L
Decimal 255 179 4 0 0.30 0.98 0 41.83 1 0.51
Hex FF B3 4 0 1E 62 0 2A 64 33
Octal 377 263 4 0 36 142 0 52 144 63
Binary 11111111 10110011 100 0 11110 1100010 0 101010 1100100 110011

Color Harmonies of #FFB304

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFB304

Black with #FFB304

Text Example


Text Example

White with #FFB304

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFB304; }

 p { color: rgb(255,179,4); }

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

background-color css

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

 a { background-color: rgb(255,179,4); }

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

border-color css

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

 span { border-color: rgb(255,179,4); }

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