Html Css Color HEX #FDBA13 Selective Yellow

📋 copy color: '#FDBA13'

red 253 ◦ green 186 ◦ blue 19

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

Shades of Selective Yellow #FDBA13

Tints of Selective Yellow #FDBA13

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 4.15%

R = 55.24%
G = 40.61%
B = 4.15%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.92

 K value IS 0.01

RGB Variations

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

Color information

#FDBA13 (or 0xFDBA13) is known color: Selective Yellow. HEX triplet: FD, BA and 13. RGB value is (253,186,19). Sum of RGB (Red+Green+Blue) = 253+186+19=458 (60% of max value = 765). Red value is 253 (99.22% from 255 or 55.24% from 458); Green value is 186 (73.05% from 255 or 40.61% from 458); Blue value is 19 (7.81% from 255 or 4.15% from 458); Max value from RGB is 253 - color contains mainly: red. Hex color #FDBA13 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FDBA13 is #0245EC. Grayscale: #BBBBBB. Windows color (decimal): -148973 or 1293053. OLE color: 1293053.

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

Color convert

RGB 253 186 19 -
CMYK 0 0.26 0.92 0.01
HSL 42.82º 0.98% 0.53% -
HSV(B) 42.82º 0.92% 0.99% -
XYZ 58.18 56.05 8.37 -
YUV 187 33.2 175.08 -
System Red Green Blue C M Y K H S L
Decimal 253 186 19 0 0.26 0.92 0.01 42.82 0.98 0.53
Hex FD BA 13 0 1A 5C 1 2B 62 35
Octal 375 272 23 0 32 134 1 53 142 65
Binary 11111101 10111010 10011 0 11010 1011100 1 101011 1100010 110101

Color Harmonies of #FDBA13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDBA13

Black with #FDBA13

Text Example


Text Example

White with #FDBA13

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDBA13; }

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

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

background-color css

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

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

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

border-color css

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

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

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