Html Css Color HEX #FDBB01 Selective Yellow

📋 copy color: '#FDBB01'

red 253 ◦ green 187 ◦ blue 1

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

Shades of Selective Yellow #FDBB01

Tints of Selective Yellow #FDBB01

RGB

 RED value IS 253 (99.22% from 255) = 57.37%

 GREEN value IS 187 (73.44% from 255) = 42.4%

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

R = 57.37%
G = 42.4%
B = 0.23%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 1.00

 K value IS 0.01

RGB Variations

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

Color information

#FDBB01 (or 0xFDBB01) is known color: Selective Yellow. HEX triplet: FD, BB and 01. RGB value is (253,187,1). Sum of RGB (Red+Green+Blue) = 253+187+1=441 (58% of max value = 765). Red value is 253 (99.22% from 255 or 57.37% from 441); Green value is 187 (73.44% from 255 or 42.40% from 441); Blue value is 1 (0.78% from 255 or 0.23% from 441); Max value from RGB is 253 - color contains mainly: red. Hex color #FDBB01 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FDBB01 is #0244FE. Grayscale: #BABABA. Windows color (decimal): -148735 or 113661. OLE color: 113661.

HSL color Cylindrical-coordinate representation of color #FDBB01: hue angle of 44.29º degrees, saturation: 0.99, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 1%. Process color model (Four color, CMYK) of #FDBB01 is Cyan = 0, Magento = 0.26, Yellow = 1.00 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 187 1 -
CMYK 0 0.26 1.00 0.01
HSL 44.29º 0.99% 0.5% -
HSV(B) 44.29º 1% 0.99% -
XYZ 58.28 56.43 7.85 -
YUV 185.53 23.87 176.12 -
System Red Green Blue C M Y K H S L
Decimal 253 187 1 0 0.26 1.00 0.01 44.29 0.99 0.5
Hex FD BB 1 0 1A 64 1 2C 63 32
Octal 375 273 1 0 32 144 1 54 143 62
Binary 11111101 10111011 1 0 11010 1100100 1 101100 1100011 110010

Color Harmonies of #FDBB01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDBB01

Black with #FDBB01

Text Example


Text Example

White with #FDBB01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDBB01; }

 p { color: rgb(253,187,1); }

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

background-color css

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

 a { background-color: rgb(253,187,1); }

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

border-color css

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

 span { border-color: rgb(253,187,1); }

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