Html Css Color HEX #F4BA01 Selective Yellow

📋 copy color: '#F4BA01'

red 244 ◦ green 186 ◦ blue 1

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

Shades of Selective Yellow #F4BA01

Tints of Selective Yellow #F4BA01

RGB

 RED value IS 244 (95.7% from 255) = 56.61%

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

 BLUE value IS 1 (0.78% from 255) = 0.23%

R = 56.61%
G = 43.16%
B = 0.23%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 1.00

 K value IS 0.04

RGB Variations

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

Color information

#F4BA01 (or 0xF4BA01) is known color: Selective Yellow. HEX triplet: F4, BA and 01. RGB value is (244,186,1). Sum of RGB (Red+Green+Blue) = 244+186+1=431 (57% of max value = 765). Red value is 244 (95.70% from 255 or 56.61% from 431); Green value is 186 (73.05% from 255 or 43.16% from 431); Blue value is 1 (0.78% from 255 or 0.23% from 431); Max value from RGB is 244 - color contains mainly: red. Hex color #F4BA01 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F4BA01 is #0B45FE. Grayscale: #B7B7B7. Windows color (decimal): -738815 or 113396. OLE color: 113396.

HSL color Cylindrical-coordinate representation of color #F4BA01: hue angle of 45.68º degrees, saturation: 0.99, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F4BA01 is Cyan = 0, Magento = 0.24, Yellow = 1.00 and Black (K on CMYK) = 0.04.

Color convert

RGB 244 186 1 -
CMYK 0 0.24 1.00 0.04
HSL 45.68º 0.99% 0.48% -
HSV(B) 45.68º 1% 0.96% -
XYZ 54.87 54.35 7.63 -
YUV 182.25 25.72 172.04 -
System Red Green Blue C M Y K H S L
Decimal 244 186 1 0 0.24 1.00 0.04 45.68 0.99 0.48
Hex F4 BA 1 0 18 64 4 2E 63 30
Octal 364 272 1 0 30 144 4 56 143 60
Binary 11110100 10111010 1 0 11000 1100100 100 101110 1100011 110000

Color Harmonies of #F4BA01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F4BA01

Black with #F4BA01

Text Example


Text Example

White with #F4BA01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F4BA01; }

 p { color: rgb(244,186,1); }

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

background-color css

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

 a { background-color: rgb(244,186,1); }

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

border-color css

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

 span { border-color: rgb(244,186,1); }

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