Html Css Color HEX #FDBA0B Selective Yellow

📋 copy color: '#FDBA0B'

red 253 ◦ green 186 ◦ blue 11

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

Shades of Selective Yellow #FDBA0B

Tints of Selective Yellow #FDBA0B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 2.44%

R = 56.22%
G = 41.33%
B = 2.44%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.96

 K value IS 0.01

RGB Variations

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

Color information

#FDBA0B (or 0xFDBA0B) is known color: Selective Yellow. HEX triplet: FD, BA and 0B. RGB value is (253,186,11). Sum of RGB (Red+Green+Blue) = 253+186+11=450 (59% of max value = 765). Red value is 253 (99.22% from 255 or 56.22% from 450); Green value is 186 (73.05% from 255 or 41.33% from 450); Blue value is 11 (4.69% from 255 or 2.44% from 450); Max value from RGB is 253 - color contains mainly: red. Hex color #FDBA0B is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FDBA0B is #0245F4. Grayscale: #BABABA. Windows color (decimal): -148981 or 768765. OLE color: 768765.

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

Color convert

RGB 253 186 11 -
CMYK 0 0.26 0.96 0.01
HSL 43.39º 0.98% 0.52% -
HSV(B) 43.39º 0.96% 0.99% -
XYZ 58.13 56.02 8.07 -
YUV 186.08 29.2 175.73 -
System Red Green Blue C M Y K H S L
Decimal 253 186 11 0 0.26 0.96 0.01 43.39 0.98 0.52
Hex FD BA B 0 1A 60 1 2B 62 34
Octal 375 272 13 0 32 140 1 53 142 64
Binary 11111101 10111010 1011 0 11010 1100000 1 101011 1100010 110100

Color Harmonies of #FDBA0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDBA0B

Black with #FDBA0B

Text Example


Text Example

White with #FDBA0B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDBA0B; }

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

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

background-color css

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

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

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

border-color css

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

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

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