Html Css Color HEX #FBFD0F Yellow

📋 copy color: '#FBFD0F'

red 251 ◦ green 253 ◦ blue 15

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

Shades of Yellow #FBFD0F

Tints of Yellow #FBFD0F

RGB

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

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

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

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

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.94

 K value IS 0.01

RGB Variations

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

Color information

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

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

Color convert

RGB 251 253 15 -
CMYK 0.01 0 0.94 0.01
HSL 60.5º 0.98% 0.53% -
HSV(B) 60.5º 0.94% 0.99% -
XYZ 75 90.79 14.02 -
YUV 225.27 9.34 146.35 -
System Red Green Blue C M Y K H S L
Decimal 251 253 15 0.01 0 0.94 0.01 60.5 0.98 0.53
Hex FB FD F 1 0 5E 1 3D 62 35
Octal 373 375 17 1 0 136 1 75 142 65
Binary 11111011 11111101 1111 1 0 1011110 1 111101 1100010 110101

Color Harmonies of #FBFD0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBFD0F

Black with #FBFD0F

Text Example


Text Example

White with #FBFD0F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBFD0F; }

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

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

background-color css

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

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

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

border-color css

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

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

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