Html Css Color HEX #FBFD0C Yellow

📋 copy color: '#FBFD0C'

red 251 ◦ green 253 ◦ blue 12

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

Shades of Yellow #FBFD0C

Tints of Yellow #FBFD0C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 2.33%

R = 48.64%
G = 49.03%
B = 2.33%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.95

 K value IS 0.01

RGB Variations

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

Color information

#FBFD0C (or 0xFBFD0C) is known color: Yellow. HEX triplet: FB, FD and 0C. RGB value is (251,253,12). Sum of RGB (Red+Green+Blue) = 251+253+12=516 (68% of max value = 765). Red value is 251 (98.44% from 255 or 48.64% from 516); Green value is 253 (99.22% from 255 or 49.03% from 516); Blue value is 12 (5.08% from 255 or 2.33% from 516); Max value from RGB is 253 - color contains mainly: green. Hex color #FBFD0C is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FBFD0C is #0402F3. Grayscale: #E1E1E1. Windows color (decimal): -262900 or 851451. OLE color: 851451.

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

Color convert

RGB 251 253 12 -
CMYK 0.01 0 0.95 0.01
HSL 60.5º 0.98% 0.52% -
HSV(B) 60.5º 0.95% 0.99% -
XYZ 74.98 90.79 13.92 -
YUV 224.93 7.84 146.6 -
System Red Green Blue C M Y K H S L
Decimal 251 253 12 0.01 0 0.95 0.01 60.5 0.98 0.52
Hex FB FD C 1 0 5F 1 3C 62 34
Octal 373 375 14 1 0 137 1 74 142 64
Binary 11111011 11111101 1100 1 0 1011111 1 111100 1100010 110100

Color Harmonies of #FBFD0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBFD0C

Black with #FBFD0C

Text Example


Text Example

White with #FBFD0C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBFD0C; }

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

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

background-color css

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

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

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

border-color css

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

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

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