Html Css Color HEX #FFB204 Selective Yellow

📋 copy color: '#FFB204'

red 255 ◦ green 178 ◦ blue 4

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

Shades of Selective Yellow #FFB204

Tints of Selective Yellow #FFB204

RGB

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

 GREEN value IS 178 (69.92% from 255) = 40.73%

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

R = 58.35%
G = 40.73%
B = 0.92%

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

#FFB204 (or 0xFFB204) is known color: Selective Yellow. HEX triplet: FF, B2 and 04. RGB value is (255,178,4). Sum of RGB (Red+Green+Blue) = 255+178+4=437 (57% of max value = 765). Red value is 255 (100% from 255 or 58.35% from 437); Green value is 178 (69.92% from 255 or 40.73% from 437); Blue value is 4 (1.95% from 255 or 0.92% from 437); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB204 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FFB204 is #004DFB. Grayscale: #B5B5B5. Windows color (decimal): -19964 or 307967. OLE color: 307967.

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

Color convert

RGB 255 178 4 -
CMYK 0 0.30 0.98 0
HSL 41.59º 1% 0.51% -
HSV(B) 41.59º 0.98% 1% -
XYZ 57.18 53.11 7.35 -
YUV 181.19 28.01 180.65 -
System Red Green Blue C M Y K H S L
Decimal 255 178 4 0 0.30 0.98 0 41.59 1 0.51
Hex FF B2 4 0 1E 62 0 2A 64 33
Octal 377 262 4 0 36 142 0 52 144 63
Binary 11111111 10110010 100 0 11110 1100010 0 101010 1100100 110011

Color Harmonies of #FFB204

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFB204

Black with #FFB204

Text Example


Text Example

White with #FFB204

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFB204; }

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

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

background-color css

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

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

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

border-color css

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

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

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