Html Css Color HEX #FDBA01 Selective Yellow

📋 copy color: '#FDBA01'

red 253 ◦ green 186 ◦ blue 1

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

Shades of Selective Yellow #FDBA01

Tints of Selective Yellow #FDBA01

RGB

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

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

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

R = 57.5%
G = 42.27%
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

#FDBA01 (or 0xFDBA01) is known color: Selective Yellow. HEX triplet: FD, BA and 01. RGB value is (253,186,1). Sum of RGB (Red+Green+Blue) = 253+186+1=440 (58% of max value = 765). Red value is 253 (99.22% from 255 or 57.5% from 440); Green value is 186 (73.05% from 255 or 42.27% from 440); Blue value is 1 (0.78% from 255 or 0.23% from 440); Max value from RGB is 253 - color contains mainly: red. Hex color #FDBA01 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FDBA01 is #0245FE. Grayscale: #B9B9B9. Windows color (decimal): -148991 or 113405. OLE color: 113405.

HSL color Cylindrical-coordinate representation of color #FDBA01: hue angle of 44.05º 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 #FDBA01 is Cyan = 0, Magento = 0.26, Yellow = 1.00 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 186 1 -
CMYK 0 0.26 1.00 0.01
HSL 44.05º 0.99% 0.5% -
HSV(B) 44.05º 1% 0.99% -
XYZ 58.07 56 7.78 -
YUV 184.94 24.2 176.54 -
System Red Green Blue C M Y K H S L
Decimal 253 186 1 0 0.26 1.00 0.01 44.05 0.99 0.5
Hex FD BA 1 0 1A 64 1 2C 63 32
Octal 375 272 1 0 32 144 1 54 143 62
Binary 11111101 10111010 1 0 11010 1100100 1 101100 1100011 110010

Color Harmonies of #FDBA01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDBA01

Black with #FDBA01

Text Example


Text Example

White with #FDBA01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDBA01; }

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

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

background-color css

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

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

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

border-color css

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

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

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