Html Css Color HEX #FDFB0F Yellow

📋 copy color: '#FDFB0F'

red 253 ◦ green 251 ◦ blue 15

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

Shades of Yellow #FDFB0F

Tints of Yellow #FDFB0F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 2.89%

R = 48.75%
G = 48.36%
B = 2.89%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.94

 K value IS 0.01

RGB Variations

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

Color information

#FDFB0F (or 0xFDFB0F) is known color: Yellow. HEX triplet: FD, FB and 0F. RGB value is (253,251,15). Sum of RGB (Red+Green+Blue) = 253+251+15=519 (68% of max value = 765). Red value is 253 (99.22% from 255 or 48.75% from 519); Green value is 251 (98.44% from 255 or 48.36% from 519); Blue value is 15 (6.25% from 255 or 2.89% from 519); Max value from RGB is 253 - color contains mainly: red. Hex color #FDFB0F is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FDFB0F is #0204F0. Grayscale: #E1E1E1. Windows color (decimal): -132337 or 1047549. OLE color: 1047549.

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

Color convert

RGB 253 251 15 -
CMYK 0 0.01 0.94 0.01
HSL 59.5º 0.98% 0.53% -
HSV(B) 59.5º 0.94% 0.99% -
XYZ 75.09 89.91 13.85 -
YUV 224.69 9.66 148.19 -
System Red Green Blue C M Y K H S L
Decimal 253 251 15 0 0.01 0.94 0.01 59.5 0.98 0.53
Hex FD FB F 0 1 5E 1 3B 62 35
Octal 375 373 17 0 1 136 1 73 142 65
Binary 11111101 11111011 1111 0 1 1011110 1 111011 1100010 110101

Color Harmonies of #FDFB0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDFB0F

Black with #FDFB0F

Text Example


Text Example

White with #FDFB0F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDFB0F; }

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

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

background-color css

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

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

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

border-color css

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

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

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