Html Css Color HEX #FFBA04 Selective Yellow

📋 copy color: '#FFBA04'

red 255 ◦ green 186 ◦ blue 4

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

Shades of Selective Yellow #FFBA04

Tints of Selective Yellow #FFBA04

RGB

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

 GREEN value IS 186 (73.05% from 255) = 41.8%

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

R = 57.3%
G = 41.8%
B = 0.9%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.98

 K value IS 0

RGB Variations

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

Color information

#FFBA04 (or 0xFFBA04) is known color: Selective Yellow. HEX triplet: FF, BA and 04. RGB value is (255,186,4). Sum of RGB (Red+Green+Blue) = 255+186+4=445 (58% of max value = 765). Red value is 255 (100% from 255 or 57.30% from 445); Green value is 186 (73.05% from 255 or 41.80% from 445); Blue value is 4 (1.95% from 255 or 0.90% from 445); Max value from RGB is 255 - color contains mainly: red. Hex color #FFBA04 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FFBA04 is #0045FB. Grayscale: #BABABA. Windows color (decimal): -17916 or 310015. OLE color: 310015.

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

Color convert

RGB 255 186 4 -
CMYK 0 0.27 0.98 0
HSL 43.51º 1% 0.51% -
HSV(B) 43.51º 0.98% 1% -
XYZ 58.82 56.39 7.9 -
YUV 185.88 25.36 177.3 -
System Red Green Blue C M Y K H S L
Decimal 255 186 4 0 0.27 0.98 0 43.51 1 0.51
Hex FF BA 4 0 1B 62 0 2C 64 33
Octal 377 272 4 0 33 142 0 54 144 63
Binary 11111111 10111010 100 0 11011 1100010 0 101100 1100100 110011

Color Harmonies of #FFBA04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFBA04

Black with #FFBA04

Text Example


Text Example

White with #FFBA04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFBA04; }

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

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

background-color css

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

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

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

border-color css

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

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

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