Html Css Color HEX #F9B401 Selective Yellow

📋 copy color: '#F9B401'

red 249 ◦ green 180 ◦ blue 1

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

Shades of Selective Yellow #F9B401

Tints of Selective Yellow #F9B401

RGB

 RED value IS 249 (97.66% from 255) = 57.91%

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

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

R = 57.91%
G = 41.86%
B = 0.23%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 1.00

 K value IS 0.02

RGB Variations

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

Color information

#F9B401 (or 0xF9B401) is known color: Selective Yellow. HEX triplet: F9, B4 and 01. RGB value is (249,180,1). Sum of RGB (Red+Green+Blue) = 249+180+1=430 (56% of max value = 765). Red value is 249 (97.66% from 255 or 57.91% from 430); Green value is 180 (70.70% from 255 or 41.86% from 430); Blue value is 1 (0.78% from 255 or 0.23% from 430); Max value from RGB is 249 - color contains mainly: red. Hex color #F9B401 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F9B401 is #064BFE. Grayscale: #B5B5B5. Windows color (decimal): -412671 or 111865. OLE color: 111865.

HSL color Cylindrical-coordinate representation of color #F9B401: hue angle of 43.31º degrees, saturation: 0.99, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F9B401 is Cyan = 0, Magento = 0.28, Yellow = 1.00 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 180 1 -
CMYK 0 0.28 1.00 0.02
HSL 43.31º 0.99% 0.49% -
HSV(B) 43.31º 1% 0.98% -
XYZ 55.39 52.78 7.3 -
YUV 180.23 26.86 177.05 -
System Red Green Blue C M Y K H S L
Decimal 249 180 1 0 0.28 1.00 0.02 43.31 0.99 0.49
Hex F9 B4 1 0 1C 64 2 2B 63 31
Octal 371 264 1 0 34 144 2 53 143 61
Binary 11111001 10110100 1 0 11100 1100100 10 101011 1100011 110001

Color Harmonies of #F9B401

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9B401

Black with #F9B401

Text Example


Text Example

White with #F9B401

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9B401; }

 p { color: rgb(249,180,1); }

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

background-color css

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

 a { background-color: rgb(249,180,1); }

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

border-color css

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

 span { border-color: rgb(249,180,1); }

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