Html Css Color HEX #FBFF0C Yellow

📋 copy color: '#FBFF0C'

red 251 ◦ green 255 ◦ blue 12

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

Shades of Yellow #FBFF0C

Tints of Yellow #FBFF0C

RGB

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

 GREEN value IS 255 (100% from 255) = 49.23%

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

R = 48.46%
G = 49.23%
B = 2.32%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.95

 K value IS 0

RGB Variations

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

Color information

#FBFF0C (or 0xFBFF0C) is known color: Yellow. HEX triplet: FB, FF and 0C. RGB value is (251,255,12). Sum of RGB (Red+Green+Blue) = 251+255+12=518 (68% of max value = 765). Red value is 251 (98.44% from 255 or 48.46% from 518); Green value is 255 (100% from 255 or 49.23% from 518); Blue value is 12 (5.08% from 255 or 2.32% from 518); Max value from RGB is 255 - color contains mainly: green. Hex color #FBFF0C is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FBFF0C is #0400F3. Grayscale: #E3E3E3. Windows color (decimal): -262388 or 851963. OLE color: 851963.

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

Color convert

RGB 251 255 12 -
CMYK 0.02 0 0.95 0
HSL 60.99º 1% 0.52% -
HSV(B) 60.99º 0.95% 1% -
XYZ 75.61 92.06 14.13 -
YUV 226.1 7.17 145.76 -
System Red Green Blue C M Y K H S L
Decimal 251 255 12 0.02 0 0.95 0 60.99 1 0.52
Hex FB FF C 2 0 5F 0 3D 64 34
Octal 373 377 14 2 0 137 0 75 144 64
Binary 11111011 11111111 1100 10 0 1011111 0 111101 1100100 110100

Color Harmonies of #FBFF0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBFF0C

Black with #FBFF0C

Text Example


Text Example

White with #FBFF0C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBFF0C; }

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

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

background-color css

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

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

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

border-color css

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

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

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