Html Css Color HEX #FFB404 Selective Yellow

📋 copy color: '#FFB404'

red 255 ◦ green 180 ◦ blue 4

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

Shades of Selective Yellow #FFB404

Tints of Selective Yellow #FFB404

RGB

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

 GREEN value IS 180 (70.7% from 255) = 41%

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

R = 58.09%
G = 41%
B = 0.91%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.98

 K value IS 0

RGB Variations

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

Color information

#FFB404 (or 0xFFB404) is known color: Selective Yellow. HEX triplet: FF, B4 and 04. RGB value is (255,180,4). Sum of RGB (Red+Green+Blue) = 255+180+4=439 (58% of max value = 765). Red value is 255 (100% from 255 or 58.09% from 439); Green value is 180 (70.70% from 255 or 41.00% from 439); Blue value is 4 (1.95% from 255 or 0.91% from 439); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB404 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FFB404 is #004BFB. Grayscale: #B7B7B7. Windows color (decimal): -19452 or 308479. OLE color: 308479.

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

Color convert

RGB 255 180 4 -
CMYK 0 0.29 0.98 0
HSL 42.07º 1% 0.51% -
HSV(B) 42.07º 0.98% 1% -
XYZ 57.58 53.91 7.49 -
YUV 182.36 27.35 179.81 -
System Red Green Blue C M Y K H S L
Decimal 255 180 4 0 0.29 0.98 0 42.07 1 0.51
Hex FF B4 4 0 1D 62 0 2A 64 33
Octal 377 264 4 0 35 142 0 52 144 63
Binary 11111111 10110100 100 0 11101 1100010 0 101010 1100100 110011

Color Harmonies of #FFB404

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFB404

Black with #FFB404

Text Example


Text Example

White with #FFB404

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFB404; }

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

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

background-color css

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

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

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

border-color css

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

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

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