Html Css Color HEX #FDBA00 Selective Yellow

📋 copy color: '#FDBA00'

red 253 ◦ green 186 ◦ blue 0

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

Shades of Selective Yellow #FDBA00

Tints of Selective Yellow #FDBA00

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 57.63%
G = 42.37%
B = 0%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 1

 K value IS 0.01

RGB Variations

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

Color information

#FDBA00 (or 0xFDBA00) is known color: Selective Yellow. HEX triplet: FD, BA and 00. RGB value is (253,186,0). Sum of RGB (Red+Green+Blue) = 253+186+0=439 (58% of max value = 765). Red value is 253 (99.22% from 255 or 57.63% from 439); Green value is 186 (73.05% from 255 or 42.37% from 439); Blue value is 0 (0.39% from 255 or 0% from 439); Max value from RGB is 253 - color contains mainly: red. Hex color #FDBA00 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FDBA00 is #0245FF. Grayscale: #B9B9B9. Windows color (decimal): -148992 or 47869. OLE color: 47869.

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

Color convert

RGB 253 186 0 -
CMYK 0 0.26 1 0.01
HSL 44.11º 1% 0.5% -
HSV(B) 44.11º 1% 0.99% -
XYZ 58.07 56 7.75 -
YUV 184.83 23.7 176.62 -
System Red Green Blue C M Y K H S L
Decimal 253 186 0 0 0.26 1 0.01 44.11 1 0.5
Hex FD BA 0 0 1A 64 1 2C 64 32
Octal 375 272 0 0 32 144 1 54 144 62
Binary 11111101 10111010 0 0 11010 1100100 1 101100 1100100 110010

Color Harmonies of #FDBA00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDBA00

Black with #FDBA00

Text Example


Text Example

White with #FDBA00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDBA00; }

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

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

background-color css

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

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

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

border-color css

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

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

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