Html Css Color HEX #FDBA05 Selective Yellow

📋 copy color: '#FDBA05'

red 253 ◦ green 186 ◦ blue 5

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

Shades of Selective Yellow #FDBA05

Tints of Selective Yellow #FDBA05

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 1.13%

R = 56.98%
G = 41.89%
B = 1.13%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.98

 K value IS 0.01

RGB Variations

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

Color information

#FDBA05 (or 0xFDBA05) is known color: Selective Yellow. HEX triplet: FD, BA and 05. RGB value is (253,186,5). Sum of RGB (Red+Green+Blue) = 253+186+5=444 (58% of max value = 765). Red value is 253 (99.22% from 255 or 56.98% from 444); Green value is 186 (73.05% from 255 or 41.89% from 444); Blue value is 5 (2.34% from 255 or 1.13% from 444); Max value from RGB is 253 - color contains mainly: red. Hex color #FDBA05 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FDBA05 is #0245FA. Grayscale: #BABABA. Windows color (decimal): -148987 or 375549. OLE color: 375549.

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

Color convert

RGB 253 186 5 -
CMYK 0 0.26 0.98 0.01
HSL 43.79º 0.98% 0.51% -
HSV(B) 43.79º 0.98% 0.99% -
XYZ 58.09 56.01 7.89 -
YUV 185.4 26.2 176.22 -
System Red Green Blue C M Y K H S L
Decimal 253 186 5 0 0.26 0.98 0.01 43.79 0.98 0.51
Hex FD BA 5 0 1A 62 1 2C 62 33
Octal 375 272 5 0 32 142 1 54 142 63
Binary 11111101 10111010 101 0 11010 1100010 1 101100 1100010 110011

Color Harmonies of #FDBA05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDBA05

Black with #FDBA05

Text Example


Text Example

White with #FDBA05

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDBA05; }

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

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

background-color css

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

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

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

border-color css

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

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

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