Html Css Color HEX #FDBA04 Selective Yellow

📋 copy color: '#FDBA04'

red 253 ◦ green 186 ◦ blue 4

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

Shades of Selective Yellow #FDBA04

Tints of Selective Yellow #FDBA04

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 0.9%

R = 57.11%
G = 41.99%
B = 0.9%

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

#FDBA04 (or 0xFDBA04) is known color: Selective Yellow. HEX triplet: FD, BA and 04. RGB value is (253,186,4). Sum of RGB (Red+Green+Blue) = 253+186+4=443 (58% of max value = 765). Red value is 253 (99.22% from 255 or 57.11% from 443); Green value is 186 (73.05% from 255 or 41.99% from 443); Blue value is 4 (1.95% from 255 or 0.90% from 443); Max value from RGB is 253 - color contains mainly: red. Hex color #FDBA04 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FDBA04 is #0245FB. Grayscale: #BABABA. Windows color (decimal): -148988 or 310013. OLE color: 310013.

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

Color convert

RGB 253 186 4 -
CMYK 0 0.26 0.98 0.01
HSL 43.86º 0.98% 0.5% -
HSV(B) 43.86º 0.98% 0.99% -
XYZ 58.09 56.01 7.86 -
YUV 185.29 25.7 176.3 -
System Red Green Blue C M Y K H S L
Decimal 253 186 4 0 0.26 0.98 0.01 43.86 0.98 0.5
Hex FD BA 4 0 1A 62 1 2C 62 32
Octal 375 272 4 0 32 142 1 54 142 62
Binary 11111101 10111010 100 0 11010 1100010 1 101100 1100010 110010

Color Harmonies of #FDBA04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDBA04

Black with #FDBA04

Text Example


Text Example

White with #FDBA04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDBA04; }

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

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

background-color css

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

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

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

border-color css

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

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

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