Html Css Color HEX #FDBB0B Selective Yellow

📋 copy color: '#FDBB0B'

red 253 ◦ green 187 ◦ blue 11

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

Shades of Selective Yellow #FDBB0B

Tints of Selective Yellow #FDBB0B

RGB

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

 GREEN value IS 187 (73.44% from 255) = 41.46%

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

R = 56.1%
G = 41.46%
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

#FDBB0B (or 0xFDBB0B) is known color: Selective Yellow. HEX triplet: FD, BB and 0B. RGB value is (253,187,11). Sum of RGB (Red+Green+Blue) = 253+187+11=451 (59% of max value = 765). Red value is 253 (99.22% from 255 or 56.10% from 451); Green value is 187 (73.44% from 255 or 41.46% from 451); Blue value is 11 (4.69% from 255 or 2.44% from 451); Max value from RGB is 253 - color contains mainly: red. Hex color #FDBB0B is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FDBB0B is #0244F4. Grayscale: #BBBBBB. Windows color (decimal): -148725 or 769021. OLE color: 769021.

HSL color Cylindrical-coordinate representation of color #FDBB0B: hue angle of 43.64º 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 #FDBB0B is Cyan = 0, Magento = 0.26, Yellow = 0.96 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 187 11 -
CMYK 0 0.26 0.96 0.01
HSL 43.64º 0.98% 0.52% -
HSV(B) 43.64º 0.96% 0.99% -
XYZ 58.34 56.45 8.14 -
YUV 186.67 28.87 175.31 -
System Red Green Blue C M Y K H S L
Decimal 253 187 11 0 0.26 0.96 0.01 43.64 0.98 0.52
Hex FD BB B 0 1A 60 1 2C 62 34
Octal 375 273 13 0 32 140 1 54 142 64
Binary 11111101 10111011 1011 0 11010 1100000 1 101100 1100010 110100

Color Harmonies of #FDBB0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDBB0B

Black with #FDBB0B

Text Example


Text Example

White with #FDBB0B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDBB0B; }

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

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

background-color css

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

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

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

border-color css

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

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

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