Html Css Color HEX #FDFB0B Yellow

📋 copy color: '#FDFB0B'

red 253 ◦ green 251 ◦ blue 11

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

Shades of Yellow #FDFB0B

Tints of Yellow #FDFB0B

RGB

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

 GREEN value IS 251 (98.44% from 255) = 48.74%

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

R = 49.13%
G = 48.74%
B = 2.14%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.96

 K value IS 0.01

RGB Variations

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

Color information

#FDFB0B (or 0xFDFB0B) is known color: Yellow. HEX triplet: FD, FB and 0B. RGB value is (253,251,11). Sum of RGB (Red+Green+Blue) = 253+251+11=515 (68% of max value = 765). Red value is 253 (99.22% from 255 or 49.13% from 515); Green value is 251 (98.44% from 255 or 48.74% from 515); Blue value is 11 (4.69% from 255 or 2.14% from 515); Max value from RGB is 253 - color contains mainly: red. Hex color #FDFB0B is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FDFB0B is #0204F4. Grayscale: #E1E1E1. Windows color (decimal): -132341 or 785405. OLE color: 785405.

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

Color convert

RGB 253 251 11 -
CMYK 0 0.01 0.96 0.01
HSL 59.5º 0.98% 0.52% -
HSV(B) 59.5º 0.96% 0.99% -
XYZ 75.07 89.9 13.71 -
YUV 224.24 7.66 148.51 -
System Red Green Blue C M Y K H S L
Decimal 253 251 11 0 0.01 0.96 0.01 59.5 0.98 0.52
Hex FD FB B 0 1 60 1 3C 62 34
Octal 375 373 13 0 1 140 1 74 142 64
Binary 11111101 11111011 1011 0 1 1100000 1 111100 1100010 110100

Color Harmonies of #FDFB0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDFB0B

Black with #FDFB0B

Text Example


Text Example

White with #FDFB0B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDFB0B; }

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

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

background-color css

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

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

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

border-color css

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

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

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